Show / Hide Table of Contents

Class GetCustomDbRolesResultActionResult

Inheritance
System.Object
GetCustomDbRolesResultActionResult
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.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetCustomDbRolesResultActionResult

Fields

View Source

Action

(Required) Name of the privilege action. For a complete list of actions available in the Atlas API, see Custom Role Actions.

Declaration
public readonly string Action
Field Value
Type Description
System.String
View Source

Resources

(Required) Contains information on where the action is granted. Each object in the array either indicates a database and collection on which the action is granted, or indicates that the action is granted on the cluster resource.

Declaration
public readonly ImmutableArray<GetCustomDbRolesResultActionResourceResult> Resources
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetCustomDbRolesResultActionResourceResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.