Class GetRoleDefinitionPermissionResult
Inheritance
System.Object
GetRoleDefinitionPermissionResult
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.Authorization.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRoleDefinitionPermissionResult
Fields
View SourceActions
a list of actions supported by this role
Declaration
public readonly ImmutableArray<string> Actions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DataActions
Declaration
public readonly ImmutableArray<string> DataActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NotActions
a list of actions which are denied by this role
Declaration
public readonly ImmutableArray<string> NotActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NotDataActions
Declaration
public readonly ImmutableArray<string> NotDataActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |