Class GetPolicyDocumentRuleResult
Inheritance
System.Object
GetPolicyDocumentRuleResult
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.Vault.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetPolicyDocumentRuleResult
Fields
View SourceAllowedParameters
Whitelists a list of keys and values that are permitted on the given path. See Parameters below.
Declaration
public readonly ImmutableArray<GetPolicyDocumentRuleAllowedParameterResult> AllowedParameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetPolicyDocumentRuleAllowedParameterResult> |
Capabilities
A list of capabilities that this rule apply to path. For example, ["read", "write"].
Declaration
public readonly ImmutableArray<string> Capabilities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DeniedParameters
Blacklists a list of parameter and values. Any values specified here take precedence over allowed_parameter. See Parameters below.
Declaration
public readonly ImmutableArray<GetPolicyDocumentRuleDeniedParameterResult> DeniedParameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetPolicyDocumentRuleDeniedParameterResult> |
Description
Description of the rule. Will be added as a commend to rendered rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
MaxWrappingTtl
The maximum allowed TTL that clients can specify for a wrapped response.
Declaration
public readonly string MaxWrappingTtl
Field Value
| Type | Description |
|---|---|
| System.String |
MinWrappingTtl
The minimum allowed TTL that clients can specify for a wrapped response.
Declaration
public readonly string MinWrappingTtl
Field Value
| Type | Description |
|---|---|
| System.String |
Path
A path in Vault that this rule applies to.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
RequiredParameters
A list of parameters that must be specified.
Declaration
public readonly ImmutableArray<string> RequiredParameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |