GetSecurityConnectorResult

data class GetSecurityConnectorResult(val cloudName: String? = null, val etag: String? = null, val hierarchyIdentifier: String? = null, val id: String, val kind: String? = null, val location: String? = null, val name: String, val offerings: List<Any>? = null, val organizationalData: SecurityConnectorPropertiesResponseOrganizationalData? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The security connector resource.

Constructors

Link copied to clipboard
constructor(cloudName: String? = null, etag: String? = null, hierarchyIdentifier: String? = null, id: String, kind: String? = null, location: String? = null, name: String, offerings: List<Any>? = null, organizationalData: SecurityConnectorPropertiesResponseOrganizationalData? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cloudName: String? = null

The multi cloud resource's cloud name.

Link copied to clipboard
val etag: String? = null

Entity tag is used for comparing two or more entities from the same requested resource.

Link copied to clipboard

The multi cloud resource identifier (account id in case of AWS connector).

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val kind: String? = null

Kind of the resource

Link copied to clipboard
val location: String? = null

Location where the resource is stored

Link copied to clipboard

Resource name

Link copied to clipboard
val offerings: List<Any>? = null

A collection of offerings for the security connector.

Link copied to clipboard

The multi cloud account's organizational data

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

A list of key value pairs that describe the resource.

Link copied to clipboard

Resource type