Class ManagedIdentity


  • public final class ManagedIdentity
    extends Object
    The workspace managed identity.
    • Constructor Detail

      • ManagedIdentity

        public ManagedIdentity()
    • Method Detail

      • getPrincipalId

        public String getPrincipalId()
        Get the principalId property: The principal ID of the workspace managed identity.
        Returns:
        the principalId value.
      • getTenantId

        public UUID getTenantId()
        Get the tenantId property: The tenant ID of the workspace managed identity.
        Returns:
        the tenantId value.
      • getType

        public ResourceIdentityType getType()
        Get the type property: The type of managed identity for the workspace.
        Returns:
        the type value.
      • setType

        public ManagedIdentity setType​(ResourceIdentityType type)
        Set the type property: The type of managed identity for the workspace.
        Parameters:
        type - the type value to set.
        Returns:
        the ManagedIdentity object itself.