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 SourceBackend
Declaration
public readonly string Backend
Field Value
| Type | Description |
|---|---|
| System.String |
ClientId
The client id for credentials to query the Azure APIs.
Declaration
public readonly string ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
ClientSecret
The client secret for credentials to query the Azure APIs.
Declaration
public readonly string ClientSecret
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
LeaseId
The lease identifier assigned by Vault.
Declaration
public readonly string LeaseId
Field Value
| Type | Description |
|---|---|
| System.String |
LeaseRenewable
Declaration
public readonly bool LeaseRenewable
Field Value
| Type | Description |
|---|---|
| System.Boolean |
LeaseStartTime
Declaration
public readonly string LeaseStartTime
Field Value
| Type | Description |
|---|---|
| System.String |
MaxCredValidationSeconds
Declaration
public readonly int? MaxCredValidationSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NumSecondsBetweenTests
Declaration
public readonly int? NumSecondsBetweenTests
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NumSequentialSuccesses
Declaration
public readonly int? NumSequentialSuccesses
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Role
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
ValidateCreds
Declaration
public readonly bool? ValidateCreds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |