Class ConfigurationStorePrimaryReadKey
Inheritance
System.Object
ConfigurationStorePrimaryReadKey
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.Azure.AppConfiguration.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStorePrimaryReadKey
Fields
View SourceConnectionString
The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.
Declaration
public readonly string ConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the Access Key.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Secret
The Secret of the Access Key.
Declaration
public readonly string Secret
Field Value
| Type | Description |
|---|---|
| System.String |