KeyVaultProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.kusto.v2020_09_18.KeyVaultProperties

public class KeyVaultProperties

Properties of the key vault.

Constructor Summary

Constructor Description
KeyVaultProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String keyName()

Get the name of the key vault key.

java.lang.String keyVaultUri()

Get the Uri of the key vault.

java.lang.String keyVersion()

Get the version of the key vault key.

java.lang.String userIdentity()

Get the user assigned identity (ARM resource id) that has access to the key.

KeyVaultProperties withKeyName(String keyName)

Set the name of the key vault key.

KeyVaultProperties withKeyVaultUri(String keyVaultUri)

Set the Uri of the key vault.

KeyVaultProperties withKeyVersion(String keyVersion)

Set the version of the key vault key.

KeyVaultProperties withUserIdentity(String userIdentity)

Set the user assigned identity (ARM resource id) that has access to the key.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

KeyVaultProperties

public KeyVaultProperties()

Method Details

keyName

public String keyName()

Get the name of the key vault key.

Returns:

the keyName value

keyVaultUri

public String keyVaultUri()

Get the Uri of the key vault.

Returns:

the keyVaultUri value

keyVersion

public String keyVersion()

Get the version of the key vault key.

Returns:

the keyVersion value

userIdentity

public String userIdentity()

Get the user assigned identity (ARM resource id) that has access to the key.

Returns:

the userIdentity value

withKeyName

public KeyVaultProperties withKeyName(String keyName)

Set the name of the key vault key.

Parameters:

keyName - the keyName value to set

Returns:

the KeyVaultProperties object itself.

withKeyVaultUri

public KeyVaultProperties withKeyVaultUri(String keyVaultUri)

Set the Uri of the key vault.

Parameters:

keyVaultUri - the keyVaultUri value to set

Returns:

the KeyVaultProperties object itself.

withKeyVersion

public KeyVaultProperties withKeyVersion(String keyVersion)

Set the version of the key vault key.

Parameters:

keyVersion - the keyVersion value to set

Returns:

the KeyVaultProperties object itself.

withUserIdentity

public KeyVaultProperties withUserIdentity(String userIdentity)

Set the user assigned identity (ARM resource id) that has access to the key.

Parameters:

userIdentity - the userIdentity value to set

Returns:

the KeyVaultProperties object itself.

Applies to