SecurityProfile 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.
Security Profile specifies attributes for cluster security features.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SecurityProfileTypeConverter))]
public class SecurityProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISecurityProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SecurityProfileTypeConverter))>]
type SecurityProfile = class
interface ISecurityProfile
interface IJsonSerializable
Public Class SecurityProfile
Implements ISecurityProfile
- Inheritance
-
SecurityProfile
- Attributes
- Implements
Constructors
SecurityProfile() |
Creates an new SecurityProfile instance. |
Properties
WorkloadIdentityEnabled |
Whether to enable or disable the workload identity Webhook |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecurityProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecurityProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISecurityProfile. |
FromJsonString(String) |
Creates a new instance of SecurityProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecurityProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |