Class GetWorkspaceGroupResult


  • public final class GetWorkspaceGroupResult
    extends java.lang.Object
    • Method Detail

      • builtIn

        public java.lang.Boolean builtIn()
        Returns:
        true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Group description. Can contain HTML formatting tags.
      • displayName

        public java.lang.String displayName()
        Returns:
        Group name.
      • externalId

        public java.util.Optional<java.lang.String> externalId()
        Returns:
        For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"