ListSecurityGroupsRequest: {
    name?: string;
    organization?: string;
    page?: number;
    perPage?: number;
    project?: string;
    projectDefault?: boolean;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the security group.

  • Optionalorganization?: string

    Security group Organization ID.

  • Optionalpage?: number

    A positive integer to choose the page to return.

  • OptionalperPage?: number

    A positive integer lower or equal to 100 to select the number of items to return.

  • Optionalproject?: string

    Security group Project ID.

  • OptionalprojectDefault?: boolean

    Filter security groups with this value for project_default.

  • Optionaltags?: string[]

    List security groups with these exact tags (to filter with several tags, use commas to separate them).

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.