Interface SecurityGroup

interface SecurityGroup {
    id: SecurityGroupId;
    links: Links;
    owner: { id: string };
    title: string;
}

Properties

Properties

links: Links
owner: { id: string }
title: string