public final class UrlSigningKeyParameters extends SecretParameters
| Constructor and Description |
|---|
UrlSigningKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyId()
Get the keyId property: Defines the customer defined key Id.
|
ResourceReference |
secretSource()
Get the secretSource property: Resource reference to the KV secret.
|
String |
secretVersion()
Get the secretVersion property: Version of the secret to be used.
|
void |
validate()
Validates the instance.
|
UrlSigningKeyParameters |
withKeyId(String keyId)
Set the keyId property: Defines the customer defined key Id.
|
UrlSigningKeyParameters |
withSecretSource(ResourceReference secretSource)
Set the secretSource property: Resource reference to the KV secret.
|
UrlSigningKeyParameters |
withSecretVersion(String secretVersion)
Set the secretVersion property: Version of the secret to be used.
|
public String keyId()
public UrlSigningKeyParameters withKeyId(String keyId)
keyId - the keyId value to set.public ResourceReference secretSource()
public UrlSigningKeyParameters withSecretSource(ResourceReference secretSource)
secretSource - the secretSource value to set.public String secretVersion()
public UrlSigningKeyParameters withSecretVersion(String secretVersion)
secretVersion - the secretVersion value to set.public void validate()
validate in class SecretParametersIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.