UserIdentityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. UserIdentityProperties
- com.
public final class UserIdentityProperties
The information about the user identity.
Constructor | Description | |
---|---|---|
User |
Modifier and Type | Method and Description |
---|---|
String |
client Get the client |
String |
principal Get the principal |
void |
validate()
Validates the instance. |
User |
with Set the client |
User |
with Set the principal |
Methods inherited from java.lang.Object
UserIdentityProperties
public UserIdentityProperties()
clientId
public String clientId()
Get the clientId property: The client id of user assigned identity.
Returns:
principalId
public String principalId()
Get the principalId property: The principal id of user assigned identity.
Returns:
validate
public void validate()
Validates the instance.
withClientId
public UserIdentityProperties withClientId(String clientId)
Set the clientId property: The client id of user assigned identity.
Parameters:
Returns:
withPrincipalId
public UserIdentityProperties withPrincipalId(String principalId)
Set the principalId property: The principal id of user assigned identity.
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: