Package com.microsoft.graph.models
Enum Class SynchronizationSecret
- All Implemented Interfaces:
Serializable
,Comparable<SynchronizationSecret>
,Constable
The Enum Synchronization Secret.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionApp KeyApplication Template IdentifierAuthentication TypeBase AddressClient IdentifierClient SecretCompany IdConnection StringConsumer KeyConsumer SecretDomainEnforce DomainHard Deletes EnabledInstance NameNoneOauth2Access TokenOauth2Access Token Creation TimeOauth2Authorization CodeOauth2Authorization UriOauth2Client IdOauth2Client SecretOauth2Redirect UriOauth2Refresh TokenOauth2Token Exchange UriPasswordPerform Inbound Entitlement GrantsSandboxSandbox NameSecret TokenServerSingle Sign On TypeSkip Out Of Scope DeletionsSync Agent ADContainerSync Agent Compatibility KeySync AllSync Notification SettingsSynchronization ScheduleSystem Of RecordTest ReferencesToken ExpirationToken KeyFor SynchronizationSecret values that were not expected from the serviceUpdate Key On Soft DeleteUrlUser NameValidate Domain -
Method Summary
Modifier and TypeMethodDescriptionstatic SynchronizationSecret
Returns the enum constant of this class with the specified name.static SynchronizationSecret[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
None -
USER_NAME
User Name -
PASSWORD
Password -
SECRET_TOKEN
Secret Token -
APP_KEY
App Key -
BASE_ADDRESS
Base Address -
CLIENT_IDENTIFIER
Client Identifier -
CLIENT_SECRET
Client Secret -
SINGLE_SIGN_ON_TYPE
Single Sign On Type -
SANDBOX
Sandbox -
URL
Url -
DOMAIN
Domain -
CONSUMER_KEY
Consumer Key -
CONSUMER_SECRET
Consumer Secret -
TOKEN_KEY
Token Key -
TOKEN_EXPIRATION
Token Expiration -
OAUTH2_ACCESS_TOKEN
Oauth2Access Token -
OAUTH2_ACCESS_TOKEN_CREATION_TIME
Oauth2Access Token Creation Time -
OAUTH2_REFRESH_TOKEN
Oauth2Refresh Token -
SYNC_ALL
Sync All -
INSTANCE_NAME
Instance Name -
OAUTH2_CLIENT_ID
Oauth2Client Id -
OAUTH2_CLIENT_SECRET
Oauth2Client Secret -
COMPANY_ID
Company Id -
UPDATE_KEY_ON_SOFT_DELETE
Update Key On Soft Delete -
SYNCHRONIZATION_SCHEDULE
Synchronization Schedule -
SYSTEM_OF_RECORD
System Of Record -
SANDBOX_NAME
Sandbox Name -
ENFORCE_DOMAIN
Enforce Domain -
SYNC_NOTIFICATION_SETTINGS
Sync Notification Settings -
SKIP_OUT_OF_SCOPE_DELETIONS
Skip Out Of Scope Deletions -
OAUTH2_AUTHORIZATION_CODE
Oauth2Authorization Code -
OAUTH2_REDIRECT_URI
Oauth2Redirect Uri -
APPLICATION_TEMPLATE_IDENTIFIER
Application Template Identifier -
OAUTH2_TOKEN_EXCHANGE_URI
Oauth2Token Exchange Uri -
OAUTH2_AUTHORIZATION_URI
Oauth2Authorization Uri -
AUTHENTICATION_TYPE
Authentication Type -
SERVER
Server -
PERFORM_INBOUND_ENTITLEMENT_GRANTS
Perform Inbound Entitlement Grants -
HARD_DELETES_ENABLED
Hard Deletes Enabled -
SYNC_AGENT_COMPATIBILITY_KEY
Sync Agent Compatibility Key -
SYNC_AGENT_AD_CONTAINER
Sync Agent ADContainer -
VALIDATE_DOMAIN
Validate Domain -
TEST_REFERENCES
Test References -
CONNECTION_STRING
Connection String -
UNEXPECTED_VALUE
For SynchronizationSecret values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-