Class ResourceAuthorIdentityType

    • Field Detail

      • USER

        public static final ResourceAuthorIdentityType USER
        Static value User for ResourceAuthorIdentityType, represents an AAD user.
      • APPLICATION

        public static final ResourceAuthorIdentityType APPLICATION
        Static value Application for ResourceAuthorIdentityType, represents an AAD application.
      • MANAGED_IDENTITY

        public static final ResourceAuthorIdentityType MANAGED_IDENTITY
        Static value ManagedIdentity for ResourceAuthorIdentityType, represents a Managed Identity.
    • Constructor Detail

      • ResourceAuthorIdentityType

        public ResourceAuthorIdentityType()
    • Method Detail

      • fromString

        public static ResourceAuthorIdentityType fromString​(String name)
        Creates or finds a ResourceAuthorIdentityType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ResourceAuthorIdentityType.