Azure Files Identity Based Authentication Response
data class AzureFilesIdentityBasedAuthenticationResponse(val activeDirectoryProperties: ActiveDirectoryPropertiesResponse? = null, val directoryServiceOptions: String)
Settings for Azure Files identity based authentication.
Constructors
Link copied to clipboard
constructor(activeDirectoryProperties: ActiveDirectoryPropertiesResponse? = null, directoryServiceOptions: String)