GetSecurityConnectorResult

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

The security connector resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, environmentData: Any? = null, environmentName: String? = null, etag: String? = null, hierarchyIdentifier: String? = null, hierarchyIdentifierTrialEndDate: String, id: String, kind: String? = null, location: String? = null, name: String, offerings: List<Any>? = null, systemData: SystemDataResponse, 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
val environmentData: Any? = null

The security connector environment data.

Link copied to clipboard
val environmentName: 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, project number in case of GCP connector).

Link copied to clipboard

The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.

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

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