Partilhar via


SecurityConnectorProperties Class

Definition

A set of properties that defines the security connector configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorPropertiesTypeConverter))]
public class SecurityConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorPropertiesTypeConverter))>]
type SecurityConnectorProperties = class
    interface ISecurityConnectorProperties
    interface IJsonSerializable
Public Class SecurityConnectorProperties
Implements ISecurityConnectorProperties
Inheritance
SecurityConnectorProperties
Attributes
Implements

Constructors

SecurityConnectorProperties()

Creates an new SecurityConnectorProperties instance.

Properties

EnvironmentData

The security connector environment data.

EnvironmentName

The multi cloud resource's cloud name.

HierarchyIdentifier

The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).

HierarchyIdentifierTrialEndDate

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

Offering

A collection of offerings for the security connector.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityConnectorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorProperties.

FromJsonString(String)

Creates a new instance of SecurityConnectorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to