GetConnectorResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Collection information

Link copied to clipboard

Connector definition creation datetime

Link copied to clipboard
val credentialsKey: String? = null

Credentials authentication key (eg AWS ARN)

Link copied to clipboard
val displayName: String? = null

Connector DisplayName (defaults to Name)

Link copied to clipboard
val id: String

Connector id

Link copied to clipboard
val kind: String? = null

Connector kind (eg aws)

Link copied to clipboard
val location: String? = null

Connector location

Link copied to clipboard

Connector last modified datetime

Link copied to clipboard

Connector name

Link copied to clipboard

Connector providerAccountId (determined from credentials)

Link copied to clipboard
val reportId: String? = null

Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)

Link copied to clipboard
val status: String? = null

Connector status

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Connector type