KeyVaultProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties

public final class KeyVaultProperties

The KeyVaultProperties model.

Constructor Summary

Constructor Description
KeyVaultProperties()

Method Summary

Modifier and Type Method and Description
String identityClientId()

Get the identityClientId property: For future use - The client id of the identity which will be used to access key vault.

String keyIdentifier()

Get the keyIdentifier property: Key vault uri to access the encryption key.

String keyVaultArmId()

Get the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present.

void validate()

Validates the instance.

KeyVaultProperties withIdentityClientId(String identityClientId)

Set the identityClientId property: For future use - The client id of the identity which will be used to access key vault.

KeyVaultProperties withKeyIdentifier(String keyIdentifier)

Set the keyIdentifier property: Key vault uri to access the encryption key.

KeyVaultProperties withKeyVaultArmId(String keyVaultArmId)

Set the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present.

Methods inherited from java.lang.Object

Constructor Details

KeyVaultProperties

public KeyVaultProperties()

Method Details

identityClientId

public String identityClientId()

Get the identityClientId property: For future use - The client id of the identity which will be used to access key vault.

Returns:

the identityClientId value.

keyIdentifier

public String keyIdentifier()

Get the keyIdentifier property: Key vault uri to access the encryption key.

Returns:

the keyIdentifier value.

keyVaultArmId

public String keyVaultArmId()

Get the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present.

Returns:

the keyVaultArmId value.

validate

public void validate()

Validates the instance.

withIdentityClientId

public KeyVaultProperties withIdentityClientId(String identityClientId)

Set the identityClientId property: For future use - The client id of the identity which will be used to access key vault.

Parameters:

identityClientId - the identityClientId value to set.

Returns:

the KeyVaultProperties object itself.

withKeyIdentifier

public KeyVaultProperties withKeyIdentifier(String keyIdentifier)

Set the keyIdentifier property: Key vault uri to access the encryption key.

Parameters:

keyIdentifier - the keyIdentifier value to set.

Returns:

the KeyVaultProperties object itself.

withKeyVaultArmId

public KeyVaultProperties withKeyVaultArmId(String keyVaultArmId)

Set the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present.

Parameters:

keyVaultArmId - the keyVaultArmId value to set.

Returns:

the KeyVaultProperties object itself.

Applies to