C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmRequest.AttributeNames

Names of Request specific attributes
显示文件 Open project: Predica/FimClient

Public Properties

Property Type Description
ActionWorkflowInstance Microsoft.ResourceManagement.ObjectModel.RmAttributeName
AuthenticationWorkflowInstance Microsoft.ResourceManagement.ObjectModel.RmAttributeName
AuthorizationWorkflowInstance Microsoft.ResourceManagement.ObjectModel.RmAttributeName
CommittedTime Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ComputedActor Microsoft.ResourceManagement.ObjectModel.RmAttributeName
HasCollateralRequest Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ManagementPolicy Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Operation Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ParentRequest Microsoft.ResourceManagement.ObjectModel.RmAttributeName
RequestControl Microsoft.ResourceManagement.ObjectModel.RmAttributeName
RequestParameter Microsoft.ResourceManagement.ObjectModel.RmAttributeName
RequestStatus Microsoft.ResourceManagement.ObjectModel.RmAttributeName
RequestStatusDetail Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Target Microsoft.ResourceManagement.ObjectModel.RmAttributeName
TargetObjectType Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

ActionWorkflowInstance public_oe static_oe property

Action Workflow Instance A reference to a workflow instance executed during the action phase of request processing.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ActionWorkflowInstance
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

AuthenticationWorkflowInstance public_oe static_oe property

Authentication Workflow Instance A reference to a workflow instance executed during the authentication phase of request processing.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel AuthenticationWorkflowInstance
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

AuthorizationWorkflowInstance public_oe static_oe property

Authorization Workflow Instance A reference to a workflow instance executed during the authorization phase of request processing.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel AuthorizationWorkflowInstance
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

CommittedTime public_oe static_oe property

Committed Time CommittedTime
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel CommittedTime
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ComputedActor public_oe static_oe property

Computed Actor This attribute is intended to be used to setup rights as appropriate.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ComputedActor
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

HasCollateralRequest public_oe static_oe property

Has Collateral Request This request requires action workflows to be run on alternate targets and must wait for these collateral requests to finish before it can be completed.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel HasCollateralRequest
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ManagementPolicy public_oe static_oe property

Management Policy Rule A reference to a management policy resource triggered by a request.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ManagementPolicy
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Operation public_oe static_oe property

Operation Operation
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Operation
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ParentRequest public_oe static_oe property

Parent Request The Request that created this Request. If this Request was not created by a workflow, this attribute will not have a value.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ParentRequest
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

RequestControl public_oe static_oe property

Request Control Used to alter normal processing of a Request.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel RequestControl
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

RequestParameter public_oe static_oe property

Request Parameters Serialized strongly typed request parameter that describes the details of an operation associated with a request.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel RequestParameter
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

RequestStatus public_oe static_oe property

Request Status This is a request status type Enum
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel RequestStatus
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

RequestStatusDetail public_oe static_oe property

Request Status Detail Additional request information generated during the processing of this request. This may contain information messages or details of errors.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel RequestStatusDetail
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Target public_oe static_oe property

Target Reference to the target of a request.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Target
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

TargetObjectType public_oe static_oe property

Target Resource Type Which resource type this configuration applies to
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel TargetObjectType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName