ApiKeyInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appconfiguration.fluent.models.ApiKeyInner

public final class ApiKeyInner

An API key used for authenticating with a configuration store endpoint.

Constructor Summary

Constructor Description
ApiKeyInner()

Creates an instance of ApiKeyInner class.

Method Summary

Modifier and Type Method and Description
String connectionString()

Get the connectionString property: A connection string that can be used by supporting clients for authentication.

String id()

Get the id property: The key ID.

OffsetDateTime lastModified()

Get the lastModified property: The last time any of the key's properties were modified.

String name()

Get the name property: A name for the key describing its usage.

Boolean readOnly()

Get the readOnly property: Whether this key can only be used for read operations.

void validate()

Validates the instance.

String value()

Get the value property: The value of the key that is used for authentication purposes.

Methods inherited from java.lang.Object

Constructor Details

ApiKeyInner

public ApiKeyInner()

Creates an instance of ApiKeyInner class.

Method Details

connectionString

public String connectionString()

Get the connectionString property: A connection string that can be used by supporting clients for authentication.

Returns:

the connectionString value.

id

public String id()

Get the id property: The key ID.

Returns:

the id value.

lastModified

public OffsetDateTime lastModified()

Get the lastModified property: The last time any of the key's properties were modified.

Returns:

the lastModified value.

name

public String name()

Get the name property: A name for the key describing its usage.

Returns:

the name value.

readOnly

public Boolean readOnly()

Get the readOnly property: Whether this key can only be used for read operations.

Returns:

the readOnly value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The value of the key that is used for authentication purposes.

Returns:

the value value.

Applies to