tipo de recurso keyStringValuePairkeyStringValuePair resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Importante: As APIs do Microsoft Graph na versão/beta estão sujeitas a alterações; Não há suporte para o uso de produção.Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Observação: A API do Microsoft Graph para Intune requer uma licença ativa do Intune para o locatário.Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Um par chave-valor com uma chave de cadeia de caracteres e um valor de cadeia de caracteres.A key-value pair with a string key and a string value.
Herda de keyTypedValuePairInherits from keyTypedValuePair
PropriedadesProperties
PropriedadeProperty | TipoType | DescriçãoDescription |
---|---|---|
keykey | StringString | A chave de cadeia de caracteres do par chave-valor.The string key of the key-value pair. Herdado de keyTypedValuePairInherited from keyTypedValuePair |
valuevalue | Cadeia de caracteresString | O valor da cadeia de caracteres do par chave-valor.The string value of the key-value pair. |
RelaçõesRelationships
NenhumNone
Representação JSONJSON Representation
Veja a seguir uma representação JSON do recurso.Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.keyStringValuePair",
"key": "String",
"value": "String"
}