Show / Hide Table of Contents

Class DefinitionPermission

Inheritance
System.Object
DefinitionPermission
Inherited Members
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.Role.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DefinitionPermission

Fields

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 readonly ImmutableArray<string> Actions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> DataActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> NotActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> NotDataActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.