Share via


SecurityProfileWorkloadIdentity Class

Definition

The workload identity feature webhook.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SecurityProfileWorkloadIdentityTypeConverter))]
public class SecurityProfileWorkloadIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISecurityProfileWorkloadIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SecurityProfileWorkloadIdentityTypeConverter))>]
type SecurityProfileWorkloadIdentity = class
    interface ISecurityProfileWorkloadIdentity
    interface IJsonSerializable
Public Class SecurityProfileWorkloadIdentity
Implements ISecurityProfileWorkloadIdentity
Inheritance
SecurityProfileWorkloadIdentity
Attributes
Implements

Constructors

SecurityProfileWorkloadIdentity()

Creates an new SecurityProfileWorkloadIdentity instance.

Properties

Enabled

Whether to enable or disable the workload identity Webhook

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityProfileWorkloadIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityProfileWorkloadIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISecurityProfileWorkloadIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityProfileWorkloadIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to