Class ApiKeyResponse
- java.lang.Object
-
- com.pulumi.azurenative.appconfiguration.outputs.ApiKeyResponse
-
public final class ApiKeyResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyResponse.Builder
builder()
static ApiKeyResponse.Builder
builder(ApiKeyResponse defaults)
java.lang.String
connectionString()
java.lang.String
id()
java.lang.String
lastModified()
java.lang.String
name()
java.lang.Boolean
readOnly()
java.lang.String
value()
-
-
-
Method Detail
-
connectionString
public java.lang.String connectionString()
- Returns:
- A connection string that can be used by supporting clients for authentication.
-
id
public java.lang.String id()
- Returns:
- The key ID.
-
lastModified
public java.lang.String lastModified()
- Returns:
- The last time any of the key's properties were modified.
-
name
public java.lang.String name()
- Returns:
- A name for the key describing its usage.
-
readOnly
public java.lang.Boolean readOnly()
- Returns:
- Whether this key can only be used for read operations.
-
value
public java.lang.String value()
- Returns:
- The value of the key that is used for authentication purposes.
-
builder
public static ApiKeyResponse.Builder builder()
-
builder
public static ApiKeyResponse.Builder builder(ApiKeyResponse defaults)
-
-