PermissionsCustomsItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.PermissionsCustomsItemTypeConverter))]
public class PermissionsCustomsItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IPermissionsCustomsItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.PermissionsCustomsItemTypeConverter))>]
type PermissionsCustomsItem = class
    interface IPermissionsCustomsItem
    interface IJsonSerializable
    interface ICustoms
    interface ICustomsPermission
    interface IValidates
Public Class PermissionsCustomsItem
Implements IPermissionsCustomsItem, IValidates
Inheritance
PermissionsCustomsItem
Attributes
Implements

Constructors

Name Description
PermissionsCustomsItem()

Creates an new PermissionsCustomsItem instance.

Properties

Name Description
Description

Customs permissions description

Name

Customs permissions name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PermissionsCustomsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PermissionsCustomsItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IPermissionsCustomsItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PermissionsCustomsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to