Interface SecurityGroup

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

Properties

Properties

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