You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,22 +92,39 @@ You can download the {% data variables.product.prodname_advanced_security %} lic
92
92

93
93
94
94
{% endif %}
95
+
96
+
{% ifversion ghec %}
95
97
#### At the organization-level
96
98
97
99
{% data reusables.profile.access_org %}
98
100
{% data reusables.profile.org_settings %}
99
101
{% data reusables.organizations.billing_plans %}
100
102
1. Underneath "{% data variables.product.prodname_GH_advanced_security %}," next to "Committers", click **{% octicon "download" aria-label="The download icon" %} CSV report**.
103
+
{% endif %}
101
104
105
+
{% ifversion ghas-billing-table-ui-update %}
102
106
#### At the enterprise-level
107
+
{% endif %}
103
108
104
109
{% data reusables.enterprise-accounts.access-enterprise %}
105
110
{% data reusables.enterprise-accounts.settings-tab %}
106
111
{% data reusables.enterprise-accounts.license-tab %}
112
+
113
+
{%- ifversion ghec %}
107
114
1. Under "{% data variables.product.prodname_GH_advanced_security %}," click the **Manage** dropdown and then click **Download report**.
108
115
109
116

110
117
118
+
{%- elsif ghes > 3.8 %}
119
+
1. Under "{% data variables.product.prodname_GH_advanced_security %}," click {% octicon "download" aria-hidden="true" %} **CSV report** in the header of the "Committers" table.
120
+
121
+

122
+
123
+
{%- else %}
124
+
1. Under "{% data variables.product.prodname_GH_advanced_security %}," {% octicon "download" aria-label="The download icon" %} in the header of the "Committers" table.
125
+
126
+
{%- endif %}
127
+
111
128
### Downloading {% data variables.product.prodname_advanced_security %} license usage information through the REST API
112
129
113
130
You can retrieve {% data variables.product.prodname_advanced_security %} usage information via the billing API.
0 commit comments