tipo de recurso synchronizationSecretKeyStringValuePair

Namespace: microsoft.graph

Importante

As APIs na versão /beta no Microsoft Graph estão sujeitas a alterações. Não há suporte para o uso dessas APIs em aplicativos de produção. Para determinar se uma API está disponível na v1.0, use o seletor de versão.

Representa um único valor secreto.

Propriedades

Propriedade Tipo Descrição
key synchronizationSecret Os valores possíveis são: None , , , , UserName Password SecretToken AppKey BaseAddress ClientIdentifier ClientSecret SingleSignOnType Sandbox Url Domain ConsumerKey ConsumerSecret TokenKey TokenExpiration Oauth2AccessToken Oauth2AccessTokenCreationTime Oauth2RefreshToken SyncAll InstanceName Oauth2ClientId Oauth2ClientSecret CompanyId UpdateKeyOnSoftDelete SynchronizationSchedule SystemOfRecord SandboxName EnforceDomain SyncNotificationSettings Server PerformInboundEntitlementGrants HardDeletesEnabled SyncAgentCompatibilityKey SyncAgentADContainer ValidateDomain Oauth2TokenExchangeUri Oauth2AuthorizationUri AuthenticationType TestReferences ConnectionString .
value Cadeia de caracteres O valor do segredo.

Representação JSON

Veja a seguir uma representação JSON do recurso.

{
  "key": "String",
  "value": "String"
}