ServiceNowServiceAuthorizationConfig
Authorization configuration options for ServiceNow service.
Inheritors
Types
Link copied to clipboard
data class OAuthClientCredentials(val value: ServiceNowOAuthClientCredentialsConfig) : ServiceNowServiceAuthorizationConfig
OAuth client credentials configuration.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this ServiceNowServiceAuthorizationConfig as a OAuthClientCredentials and retrieves its aws.sdk.kotlin.services.devopsagent.model.ServiceNowOAuthClientCredentialsConfig value. Throws an exception if the ServiceNowServiceAuthorizationConfig is not a OAuthClientCredentials.
Link copied to clipboard
Casts this ServiceNowServiceAuthorizationConfig as a OAuthClientCredentials and retrieves its aws.sdk.kotlin.services.devopsagent.model.ServiceNowOAuthClientCredentialsConfig value. Returns null if the ServiceNowServiceAuthorizationConfig is not a OAuthClientCredentials.