IRoleAssignmentScheduleRequest Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleAssignmentScheduleRequestTypeConverter))]
public interface IRoleAssignmentScheduleRequest : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleAssignmentScheduleRequestTypeConverter))>]
type IRoleAssignmentScheduleRequest = interface
interface IJsonSerializable
Public Interface IRoleAssignmentScheduleRequest
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ApprovalId |
The approvalId of the role assignment schedule request. |
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 assignment schedule request was created |
ExpandedPropertiesPrincipalId |
Id of the principal |
ExpandedPropertiesPrincipalType |
Type of the principal |
ExpandedPropertiesRoleDefinitionId |
Id of the role definition |
ExpirationDuration |
Duration of the role assignment schedule in TimeSpan. |
ExpirationEndDateTime |
End DateTime of the role assignment schedule. |
ExpirationType |
Type of the role assignment schedule expiration |
Id |
The role assignment schedule request ID. |
Justification |
Justification for the role assignment |
LinkedRoleEligibilityScheduleId |
The linked role eligibility schedule id - to activate an eligibility. |
Name |
The role assignment schedule request 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. |
RequestorId |
Id of the user who created this request |
RequestType |
The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc |
RoleDefinitionDisplayName |
Display name of the role definition |
RoleDefinitionId |
The role definition ID. |
RoleDefinitionType |
Type of the role definition |
ScheduleInfoStartDateTime |
Start DateTime of the role assignment schedule. |
Scope |
The role assignment schedule request scope. |
ScopeDisplayName |
Display name of the resource |
ScopeId |
Scope id of the resource |
ScopeType |
Type of the resource |
Status |
The status of the role assignment schedule request. |
TargetRoleAssignmentScheduleId |
The resultant role assignment schedule id or the role assignment schedule id being updated |
TargetRoleAssignmentScheduleInstanceId |
The role assignment schedule instance id being updated |
TicketInfoTicketNumber |
Ticket number for the role assignment |
TicketInfoTicketSystem |
Ticket system name for the role assignment |
Type |
The role assignment schedule request type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |