Get Active Directory Connector Result
data class GetActiveDirectoryConnectorResult(val id: String, val name: String, val properties: ActiveDirectoryConnectorPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Active directory connector resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ActiveDirectoryConnectorPropertiesResponse, systemData: SystemDataResponse, type: String)