Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a single secret value.
Properties
| Property | Type | Description |
|---|---|---|
| key | synchronizationSecret | Possible values are: 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, SkipOutOfScopeDeletions, Oauth2AuthorizationCode, Oauth2RedirectUri, ApplicationTemplateIdentifier, Oauth2TokenExchangeUri, Oauth2AuthorizationUri, AuthenticationType, Server, PerformInboundEntitlementGrants, HardDeletesEnabled, SyncAgentCompatibilityKey, SyncAgentADContainer, ValidateDomain, TestReferences, ConnectionString. |
| value | String | The value of the secret. |
Supported key value pairs
| Key | Value |
|---|---|
| BaseAddress | The tenant URL / SCIM end point that you're trying to provision. |
| SecretToken | The token to authorize access to the application. This token is provided by the application developer. |
| SyncNotificationSettings | This property is used to determine if quarantine emails are sent. |
| SyncAll | Determines scope of sync between all users and groups or only ones that are assigned. When provisioning users into applications, the value is generally "True". |
| SkipOutOfScopeDeletions | Determines if accounts that go out of scope are or aren't disabled in the target. |
JSON representation
The following JSON representation shows the resource type.
{
"key": "String",
"value": "String"
}