Class RbacPolicyV2State
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.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RbacPolicyV2State : ResourceArgs
Constructors
View SourceRbacPolicyV2State()
Declaration
public RbacPolicyV2State()
Properties
View SourceAction
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> |
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> |
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> |
ProjectId
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |