CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

Implements

WithAuthFile<ParentT> WithDuration<ParentT> WithStartDate<ParentT> InUpdate<ParentT>

public static interface CertificateCredential.UpdateDefinitionStages.WithAttach
extends InUpdate<ParentT>, WithStartDate<ParentT>, WithDuration<ParentT>, WithAuthFile<ParentT>

The final stage of the credential definition.

At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using WithAttach#attach().

Applies to