UserAssignedIdentityProperty Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. UserAssignedIdentityProperty
- com.
public final class UserAssignedIdentityProperty
Properties of user assigned identity.
Constructor Summary
| Constructor | Description |
|---|---|
| UserAssignedIdentityProperty() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientId()
Get the client |
| String |
principalId()
Get the principal |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentityProperty
public UserAssignedIdentityProperty()
Creates an instance of UserAssignedIdentityProperty class.
Method Details
clientId
public String clientId()
Get the clientId property: Get the client id for the user assigned identity.
Returns:
principalId
public String principalId()
Get the principalId property: Get the principal id for the user assigned identity.
Returns:
validate
public void validate()
Validates the instance.