SecurityConnector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The security connector resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorTypeConverter))]
public class SecurityConnector : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnector, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorTypeConverter))>]
type SecurityConnector = class
interface ISecurityConnector
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IAzureTrackedResourceLocation
interface IResourceKind
interface IETag
interface ITags1
interface IValidates
Public Class SecurityConnector
Implements ISecurityConnector, IValidates
- Inheritance
-
SecurityConnector
- Attributes
- Implements
Constructors
SecurityConnector() |
Creates an new SecurityConnector instance. |
Properties
EnvironmentData |
The security connector environment data. |
EnvironmentName |
The multi cloud resource's cloud name. |
Etag |
Entity tag is used for comparing two or more entities from the same requested resource. |
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. |
Id |
Resource Id |
Kind |
Kind of the resource |
Location |
Location where the resource is stored |
Name |
Resource name |
Offering |
A collection of offerings for the security connector. |
ResourceGroupName |
Gets the resource group name |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
A list of key value pairs that describe the resource. |
Type |
Resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecurityConnector. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecurityConnector. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnector. |
FromJsonString(String) |
Creates a new instance of SecurityConnector, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecurityConnector into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |