Vault.DefinitionStages.WithIdentity Interface

public static interface Vault.DefinitionStages.WithIdentity

The stage of the Vault definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(IdentityData identity)

Specifies the identity property: Identity for the resource..

Method Details

withIdentity

public abstract Vault.DefinitionStages.WithCreate withIdentity(IdentityData identity)

Specifies the identity property: Identity for the resource..

Parameters:

identity - Identity for the resource.

Returns:

the next definition stage.

Applies to