Show / Hide Table of Contents

Class RoleDefinitionPermissionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RoleDefinitionPermissionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Authorization.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RoleDefinitionPermissionArgs : ResourceArgs

Constructors

View Source

RoleDefinitionPermissionArgs()

Declaration
public RoleDefinitionPermissionArgs()

Properties

View Source

Actions

One or more Allowed Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.

Declaration
public InputList<string> Actions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DataActions

One or more Allowed Data Actions, such as *, Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read. See 'Azure Resource Manager resource provider operations' for details.

Declaration
public InputList<string> DataActions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

NotActions

One or more Disallowed Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.

Declaration
public InputList<string> NotActions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

NotDataActions

One or more Disallowed Data Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.

Declaration
public InputList<string> NotDataActions { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.