BmcKeySetProperties 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.
BmcKeySetProperties represents the properties of baseboard management controller key set.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BmcKeySetPropertiesTypeConverter))]
public class BmcKeySetProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBmcKeySetProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BmcKeySetPropertiesTypeConverter))>]
type BmcKeySetProperties = class
interface IBmcKeySetProperties
interface IJsonSerializable
Public Class BmcKeySetProperties
Implements IBmcKeySetProperties
- Inheritance
-
BmcKeySetProperties
- Attributes
- Implements
Constructors
BmcKeySetProperties() |
Creates an new BmcKeySetProperties instance. |
Properties
AzureGroupId |
The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access. |
DetailedStatus |
The more detailed status of the key set. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
Expiration |
The date and time after which the users in this key set will be removed from the baseboard management controllers. |
LastValidation |
The last time this key set was validated. |
PrivilegeLevel |
The access level allowed for the users in this key set. |
ProvisioningState |
The provisioning state of the baseboard management controller key set. |
UserList |
The unique list of permitted users. |
UserListStatus |
The status evaluation of each user. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BmcKeySetProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BmcKeySetProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBmcKeySetProperties. |
FromJsonString(String) |
Creates a new instance of BmcKeySetProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BmcKeySetProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |