ArmAuthorizationModelFactory.AzureRolesAssignedOutsidePimAlertIncidentProperties Method
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.
public static Azure.ResourceManager.Authorization.Models.AzureRolesAssignedOutsidePimAlertIncidentProperties AzureRolesAssignedOutsidePimAlertIncidentProperties(string assigneeDisplayName = default, string assigneeUserPrincipalName = default, string assigneeId = default, string roleDisplayName = default, string roleTemplateId = default, string roleDefinitionId = default, DateTimeOffset? assignmentActivatedOn = default, string requestorId = default, string requestorDisplayName = default, string requestorUserPrincipalName = default);
static member AzureRolesAssignedOutsidePimAlertIncidentProperties : string * string * string * string * string * string * Nullable<DateTimeOffset> * string * string * string -> Azure.ResourceManager.Authorization.Models.AzureRolesAssignedOutsidePimAlertIncidentProperties
Public Shared Function AzureRolesAssignedOutsidePimAlertIncidentProperties (Optional assigneeDisplayName As String = Nothing, Optional assigneeUserPrincipalName As String = Nothing, Optional assigneeId As String = Nothing, Optional roleDisplayName As String = Nothing, Optional roleTemplateId As String = Nothing, Optional roleDefinitionId As String = Nothing, Optional assignmentActivatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional requestorId As String = Nothing, Optional requestorDisplayName As String = Nothing, Optional requestorUserPrincipalName As String = Nothing) As AzureRolesAssignedOutsidePimAlertIncidentProperties
Parameters
- assigneeDisplayName
- String
The assignee display name.
- assigneeUserPrincipalName
- String
The assignee user principal name.
- assigneeId
- String
The assignee ID.
- roleDisplayName
- String
The role display name.
- roleTemplateId
- String
The role template ID.
- roleDefinitionId
- String
The role definition ID.
- assignmentActivatedOn
- Nullable<DateTimeOffset>
The date the assignment was activated.
- requestorId
- String
The requestor ID.
- requestorDisplayName
- String
The requestor display name.
- requestorUserPrincipalName
- String
The requestor user principal name.
Returns
A new AzureRolesAssignedOutsidePimAlertIncidentProperties instance for mocking.