Get Security Connector Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The security connector environment data.
Link copied to clipboard
The multi cloud resource's cloud name.
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.