RoleEligibilityScheduleInstance 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 current or upcoming role eligibility schedule instance
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleInstanceTypeConverter))]
public class RoleEligibilityScheduleInstance : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleInstanceTypeConverter))>]
type RoleEligibilityScheduleInstance = class
interface IRoleEligibilityScheduleInstance
interface IJsonSerializable
Public Class RoleEligibilityScheduleInstance
Implements IRoleEligibilityScheduleInstance
- Inheritance
-
RoleEligibilityScheduleInstance
- Attributes
- Implements
Constructors
RoleEligibilityScheduleInstance() |
Creates an new RoleEligibilityScheduleInstance instance. |
Properties
Condition |
The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' |
ConditionVersion |
Version of the condition. Currently accepted value is '2.0' |
CreatedOn |
DateTime when role eligibility schedule was created |
EndDateTime |
The endDateTime of the role eligibility schedule instance |
ExpandedPropertiesPrincipalId |
Id of the principal |
ExpandedPropertiesPrincipalType |
Type of the principal |
ExpandedPropertiesRoleDefinitionId |
Id of the role definition |
Id |
The role eligibility schedule instance ID. |
MemberType |
Membership type of the role eligibility schedule |
Name |
The role eligibility schedule instance name. |
PrincipalDisplayName |
Display name of the principal |
PrincipalEmail |
Email id of the principal |
PrincipalId |
The principal ID. |
PrincipalType |
The principal type of the assigned principal ID. |
ResourceGroupName |
Gets the resource group name |
RoleDefinitionDisplayName |
Display name of the role definition |
RoleDefinitionId |
The role definition ID. |
RoleDefinitionType |
Type of the role definition |
RoleEligibilityScheduleId |
Id of the master role eligibility schedule |
Scope |
The role eligibility schedule scope. |
ScopeDisplayName |
Display name of the resource |
ScopeId |
Scope id of the resource |
ScopeType |
Type of the resource |
StartDateTime |
The startDateTime of the role eligibility schedule instance |
Status |
The status of the role eligibility schedule instance |
Type |
The role eligibility schedule instance type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoleEligibilityScheduleInstance. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoleEligibilityScheduleInstance. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance. |
FromJsonString(String) |
Creates a new instance of RoleEligibilityScheduleInstance, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoleEligibilityScheduleInstance into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |