IdentityProvider
Details about an identity provider.
Inheritors
Types
Link copied to clipboard
data class ActiveDirectoryIdentityProvider(val value: ActiveDirectoryIdentityProvider) : IdentityProvider
An object that details an Active Directory identity provider.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this IdentityProvider as a ActiveDirectoryIdentityProvider and retrieves its aws.sdk.kotlin.services.licensemanagerusersubscriptions.model.ActiveDirectoryIdentityProvider value. Throws an exception if the IdentityProvider is not a ActiveDirectoryIdentityProvider.
Link copied to clipboard
Casts this IdentityProvider as a ActiveDirectoryIdentityProvider and retrieves its aws.sdk.kotlin.services.licensemanagerusersubscriptions.model.ActiveDirectoryIdentityProvider value. Returns null if the IdentityProvider is not a ActiveDirectoryIdentityProvider.