OBJECT
SecurityGroup
Describes security group
link GraphQL Schema definition
- type SecurityGroup implements HyperLinked, Node {
- # log of all the changes that were made to the SecurityGroup
- SecurityChangeLogConnection! :
- # Controls related to this group
- SecurityControlsConnection :
- # The time this group was created
- DateTime! :
- # Group description
- LocalizedString! :
- # Name of the group
- LocalizedString! :
- # Unique identifier of the group
- String! :
- # Optional hyperlink(s) to visualize specific group data in detail
- HyperLink!] : [
- # Node-compatible opaque global identifier
- ID! :
- # The last time this group was successfully updated
- DateTime! :
- # Opaque version string for this graph node instance
- ID! :
- # Rules related to this group
- SecurityRulesConnection :
- # Source of this group
- SecurityComplianceSource! :
- }