interface SecurityIdentity {
    name: string;
    provider: string;
    type: string;
}

Properties

Properties

name: string

The security identity name.

provider: string

The security identity provider.

type: string

The security identity type. Possible values are USER, GROUP, VIRTUAL_GROUP, or UNKNOWN.