tipo de recurso managementCertificateWithThumbprintmanagementCertificateWithThumbprint 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.
Ainda não documentadoNot yet documented
PropriedadesProperties
PropriedadeProperty | TipoType | DescriçãoDescription |
---|---|---|
identificaçãothumbprint | StringString | A impressão digital do certificado de gerenciamentoThe thumbprint of the management certificate |
certificadocertificate | Cadeia de caracteresString | O certificado de gerenciamento codificado base 64The Base 64 encoded management certificate |
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.managementCertificateWithThumbprint",
"thumbprint": "String",
"certificate": "String"
}