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