SecurityConnector interface
The security connector resource.
- Extends
Properties
environment |
The security connector environment data. |
environment |
The multi cloud resource's cloud name. |
hierarchy |
The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector). |
hierarchy |
The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings. NOTE: This property will not be serialized. It can only be populated by the server. |
offerings | A collection of offerings for the security connector. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | Entity tag is used for comparing two or more entities from the same requested resource. |
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of the resource |
location | Location where the resource is stored |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | A list of key value pairs that describe the resource. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
environmentData
The security connector environment data.
environmentData?: EnvironmentDataUnion
Property Value
environmentName
The multi cloud resource's cloud name.
environmentName?: string
Property Value
string
hierarchyIdentifier
The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
hierarchyIdentifier?: string
Property Value
string
hierarchyIdentifierTrialEndDate
The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings. NOTE: This property will not be serialized. It can only be populated by the server.
hierarchyIdentifierTrialEndDate?: Date
Property Value
Date
offerings
A collection of offerings for the security connector.
offerings?: CloudOfferingUnion[]
Property Value
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
etag
Entity tag is used for comparing two or more entities from the same requested resource.
etag?: string
Property Value
string
Inherited From TrackedResource.etag
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
kind
location
Location where the resource is stored
location?: string
Property Value
string
Inherited From TrackedResource.location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
A list of key value pairs that describe the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript