ManagedClusterServicePrincipalProfile 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.
Information about a service principal identity for the cluster to use for manipulating Azure APIs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterServicePrincipalProfileTypeConverter))]
public class ManagedClusterServicePrincipalProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterServicePrincipalProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterServicePrincipalProfileTypeConverter))>]
type ManagedClusterServicePrincipalProfile = class
interface IManagedClusterServicePrincipalProfile
interface IJsonSerializable
Public Class ManagedClusterServicePrincipalProfile
Implements IManagedClusterServicePrincipalProfile
- Inheritance
-
ManagedClusterServicePrincipalProfile
- Attributes
- Implements
Constructors
ManagedClusterServicePrincipalProfile() |
Creates an new ManagedClusterServicePrincipalProfile instance. |
Properties
ClientId |
The ID for the service principal. |
Secret |
The secret password associated with the service principal in plain text. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterServicePrincipalProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterServicePrincipalProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterServicePrincipalProfile. |
FromJsonString(String) |
Creates a new instance of ManagedClusterServicePrincipalProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterServicePrincipalProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |