Show / Hide Table of Contents

Class BackendRoleState

Inheritance
System.Object
InputArgs
ResourceArgs
BackendRoleState
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.Vault.Azure
Assembly: Pulumi.Vault.dll
Syntax
public sealed class BackendRoleState : ResourceArgs

Constructors

View Source

BackendRoleState()

Declaration
public BackendRoleState()

Properties

View Source

ApplicationObjectId

Application Object ID for an existing service principal that will be used instead of creating dynamic service principals. If present, azure_roles will be ignored.

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

AzureRoles

List of Azure roles to be assigned to the generated service principal.

Declaration
public InputList<BackendRoleAzureRoleGetArgs> AzureRoles { get; set; }
Property Value
Type Description
InputList<BackendRoleAzureRoleGetArgs>
View Source

Backend

Path to the mounted Azure auth backend

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

Description

Human-friendly description of the mount for the backend.

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

MaxTtl

Specifies the maximum TTL for service principals generated using this role. Accepts time suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine max TTL time.

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

Role

Name of the Azure role

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

Ttl

Specifies the default TTL for service principals generated using this role. Accepts time suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine default TTL time.

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