Represents the extension policy applied to a given user

interface UserExtensionPolicy {
    displayName?: string;
    permissions?: ExtensionPolicy;
    userId?: string;
}

Properties

displayName?: string

User display name that this policy refers to

permissions?: ExtensionPolicy

The extension policy applied to the user

userId?: string

User id that this policy refers to