IdentityBindingManagedIdentityProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. IdentityBindingManagedIdentityProfile
- com.
Implements
public final class IdentityBindingManagedIdentityProfile
implements JsonSerializable<IdentityBindingManagedIdentityProfile>
Managed identity profile for the identity binding.
Constructor Summary
| Constructor | Description |
|---|---|
| IdentityBindingManagedIdentityProfile() |
Creates an instance of Identity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientId()
Get the client |
|
static
Identity |
fromJson(JsonReader jsonReader)
Reads an instance of Identity |
| String |
objectId()
Get the object |
| String |
resourceId()
Get the resource |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Identity |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
IdentityBindingManagedIdentityProfile
public IdentityBindingManagedIdentityProfile()
Creates an instance of IdentityBindingManagedIdentityProfile class.
Method Details
clientId
public String clientId()
Get the clientId property: The client ID of the managed identity.
Returns:
fromJson
public static IdentityBindingManagedIdentityProfile fromJson(JsonReader jsonReader)
Reads an instance of IdentityBindingManagedIdentityProfile from the JsonReader.
Parameters:
Returns:
Throws:
objectId
public String objectId()
Get the objectId property: The object ID of the managed identity.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The resource ID of the managed identity.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant ID of the managed identity.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public IdentityBindingManagedIdentityProfile withResourceId(String resourceId)
Set the resourceId property: The resource ID of the managed identity.
Parameters:
Returns: