Get Connector Result
data class GetConnectorResult(val azureApiVersion: String, val collection: ConnectorCollectionInfoResponse, val createdOn: String, val credentialsKey: String? = null, val displayName: String? = null, val id: String, val kind: String? = null, val location: String? = null, val modifiedOn: String, val name: String, val providerAccountId: String, val reportId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String)
The Connector model definition
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, collection: ConnectorCollectionInfoResponse, createdOn: String, credentialsKey: String? = null, displayName: String? = null, id: String, kind: String? = null, location: String? = null, modifiedOn: String, name: String, providerAccountId: String, reportId: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Collection information
Link copied to clipboard
Credentials authentication key (eg AWS ARN)
Link copied to clipboard
Connector DisplayName (defaults to Name)
Link copied to clipboard
Connector last modified datetime
Link copied to clipboard
Connector providerAccountId (determined from credentials)