Skip to main content

advanced_security

Overview

Nameadvanced_security
TypeResource
Idgithub.billing.advanced_security

Fields

NameDatatype
repositoriesarray
total_advanced_security_committersinteger

Methods

NameAccessible byRequired ParamsDescription
get_github_advanced_security_billing_gheSELECTenterpriseGets 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_orgSELECTorgGets 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.