Show / Hide Table of Contents

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 Source

AllowedParameters

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>
View Source

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>
View Source

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>
View Source

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
View Source

MaxWrappingTtl

The maximum allowed TTL that clients can specify for a wrapped response.

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

MinWrappingTtl

The minimum allowed TTL that clients can specify for a wrapped response.

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

Path

A path in Vault that this rule applies to.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.