public class ServicePrincipalAddKeyParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder
Fluent builder for the ServicePrincipalAddKeyParameterSet
|
Modifier and Type | Field and Description |
---|---|
KeyCredential |
keyCredential
The key Credential.
|
PasswordCredential |
passwordCredential
The password Credential.
|
java.lang.String |
proof
The proof.
|
Modifier | Constructor and Description |
---|---|
|
ServicePrincipalAddKeyParameterSet()
Instiaciates a new ServicePrincipalAddKeyParameterSet
|
protected |
ServicePrincipalAddKeyParameterSet(ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder builder)
Instiaciates a new ServicePrincipalAddKeyParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="keyCredential", alternate="KeyCredential") @Expose @Nullable public KeyCredential keyCredential
@SerializedName(value="passwordCredential", alternate="PasswordCredential") @Expose @Nullable public PasswordCredential passwordCredential
@SerializedName(value="proof", alternate="Proof") @Expose @Nullable public java.lang.String proof
public ServicePrincipalAddKeyParameterSet()
protected ServicePrincipalAddKeyParameterSet(@Nonnull ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()