advanced_security
Overview
Name | advanced_security |
Type | Resource |
Id | github.billing.advanced_security |
Fields
Name | Datatype |
---|---|
repositories | array |
total_advanced_security_committers | integer |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_github_advanced_security_billing_ghe | SELECT | enterprise | Gets the GitHub Advanced Security active committers for an enterprise per repository. Each distinct user login across all repositories is counted as a single Advanced Security seat, so the total_advanced_security_committers is not the sum of active_users for each repository. |
get_github_advanced_security_billing_org | SELECT | org | Gets the GitHub Advanced Security active committers for an organization per repository. Each distinct user login across all repositories is counted as a single Advanced Security seat, so the total_advanced_security_committers is not the sum of advanced_security_committers for each repository. If this organization defers to an enterprise for billing, the total_advanced_security_committers returned from the organization API may include some users that are in more than one organization, so they will only consume a single Advanced Security seat at the enterprise level. |