Show / Hide Table of Contents

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 Source

Actions

a list of actions supported by this role

Declaration
public readonly ImmutableArray<string> Actions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DataActions

Declaration
public readonly ImmutableArray<string> DataActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

NotDataActions

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.