Class ServicePrincipalsRemoveKeyRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsRemoveKeyRequestBody
-
public final class ServicePrincipalsRemoveKeyRequestBody extends Object
The ServicePrincipalsRemoveKeyRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description ServicePrincipalsRemoveKeyRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Dictionary of <any>.UUID
keyId()
Get the keyId property: The keyId property.String
proof()
Get the proof property: The proof property.void
validate()
Validates the instance.ServicePrincipalsRemoveKeyRequestBody
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsRemoveKeyRequestBody
withKeyId(UUID keyId)
Set the keyId property: The keyId property.ServicePrincipalsRemoveKeyRequestBody
withProof(String proof)
Set the proof property: The proof property.
-
-
-
Method Detail
-
keyId
public UUID keyId()
Get the keyId property: The keyId property.- Returns:
- the keyId value.
-
withKeyId
public ServicePrincipalsRemoveKeyRequestBody withKeyId(UUID keyId)
Set the keyId property: The keyId property.- Parameters:
keyId
- the keyId value to set.- Returns:
- the ServicePrincipalsRemoveKeyRequestBody object itself.
-
proof
public String proof()
Get the proof property: The proof property.- Returns:
- the proof value.
-
withProof
public ServicePrincipalsRemoveKeyRequestBody withProof(String proof)
Set the proof property: The proof property.- Parameters:
proof
- the proof value to set.- Returns:
- the ServicePrincipalsRemoveKeyRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ServicePrincipalsRemoveKeyRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ServicePrincipalsRemoveKeyRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-