MDAA TS Docs
    Preparing search index...
    interface PolicyPrincipal {
        accountName?: string;
        allUsersGrantFilter?: boolean;
        groupIdentifier?: NamedPrincipalIdentifier;
        groupName?: string;
        userIdentifier?: NamedPrincipalIdentifier;
        userName?: string;
    }
    Index

    Properties

    accountName?: string
    allUsersGrantFilter?: boolean
    groupIdentifier?: NamedPrincipalIdentifier
    groupName?: string
    userIdentifier?: NamedPrincipalIdentifier
    userName?: string