SecurityConnectorProperties interface
A set of properties that defines the security connector configuration.
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. |
| offerings | A collection of offerings for the security connector. |
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.
hierarchyIdentifierTrialEndDate?: Date
Property Value
Date
offerings
A collection of offerings for the security connector.
offerings?: CloudOfferingUnion[]