Show / Hide Table of Contents

Class GetCustomDbRoleActionResult

Inheritance
System.Object
GetCustomDbRoleActionResult
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 GetCustomDbRoleActionResult

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<GetCustomDbRoleActionResourceResult> Resources
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetCustomDbRoleActionResourceResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.