Class UserAccountAuthInfoResponse


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

      • authType

        public java.lang.String authType()
        Returns:
        The authentication type. Expected value is 'userAccount'.
      • deleteOrUpdateBehavior

        public java.util.Optional<java.lang.String> deleteOrUpdateBehavior()
        Returns:
        Indicates whether to clean up previous operation when Linker is updating or deleting
      • principalId

        public java.util.Optional<java.lang.String> principalId()
        Returns:
        Principal Id for user account.
      • roles

        public java.util.List<java.lang.String> roles()
        Returns:
        Optional, this value specifies the Azure roles to be assigned. Automatically
      • userName

        public java.util.Optional<java.lang.String> userName()
        Returns:
        Username created in the database which is mapped to a user in AAD.