Class CreateRemoveAzManItemAuthorizationsRequest
Represents the a request for the CreateRemoveAzManItemAuthorizations method.
Inherited Members
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreateRemoveAzManItemAuthorizationsRequest : AzManRequest
Constructors
CreateRemoveAzManItemAuthorizationsRequest()
Declaration
public CreateRemoveAzManItemAuthorizationsRequest()
Fields
AzManAuthorizations
List of Item Authorizations
Declaration
public List<AzManAuthorization> AzManAuthorizations
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<AzManAuthorization> |
ItemName
AzMan Item Name
Declaration
public string ItemName
Field Value
Type | Description |
---|---|
System.String |
RemoveAllAuthorizations
Remove all auth items for the Item Name
Declaration
public bool? RemoveAllAuthorizations
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
RemoveAuthorizations
Remove the listed AzManAuthorization items from the Item Name.
Declaration
public bool RemoveAuthorizations
Field Value
Type | Description |
---|---|
System.Boolean |