Show / Hide Table of Contents

Class GetAccessCredentialsResult

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

Fields

View Source

Backend

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

ClientId

The client id for credentials to query the Azure APIs.

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

ClientSecret

The client secret for credentials to query the Azure APIs.

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

Id

The provider-assigned unique ID for this managed resource.

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

LeaseDuration

The duration of the secret lease, in seconds relative to the time the data was requested. Once this time has passed any plan generated with this data may fail to apply.

Declaration
public readonly int LeaseDuration
Field Value
Type Description
System.Int32
View Source

LeaseId

The lease identifier assigned by Vault.

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

LeaseRenewable

Declaration
public readonly bool LeaseRenewable
Field Value
Type Description
System.Boolean
View Source

LeaseStartTime

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

MaxCredValidationSeconds

Declaration
public readonly int? MaxCredValidationSeconds
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NumSecondsBetweenTests

Declaration
public readonly int? NumSecondsBetweenTests
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NumSequentialSuccesses

Declaration
public readonly int? NumSequentialSuccesses
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Role

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

ValidateCreds

Declaration
public readonly bool? ValidateCreds
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.