Show / Hide Table of Contents

Class RbacPolicyV2State

Inheritance
System.Object
InputArgs
ResourceArgs
RbacPolicyV2State
Inherited Members
ResourceArgs.Empty
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.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RbacPolicyV2State : ResourceArgs

Constructors

View Source

RbacPolicyV2State()

Declaration
public RbacPolicyV2State()

Properties

View Source

Action

Action for the RBAC policy. Can either be access_as_external or access_as_shared.

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ObjectId

The ID of the object_type resource. An object_type of network returns a network ID and an object_type of qos_policy returns a QoS ID.

Declaration
public Input<string> ObjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ObjectType

The type of the object that the RBAC policy affects. Can either be qos-policy or network.

Declaration
public Input<string> ObjectType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectId

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Region

The region in which to obtain the V2 networking client. A networking client is needed to configure a routing entry on a subnet. If omitted, the region argument of the provider is used. Changing this creates a new routing entry.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetTenant

The ID of the tenant to which the RBAC policy will be enforced.

Declaration
public Input<string> TargetTenant { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.