1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="iap_v1.html">Cloud Identity-Aware Proxy API</a> . <a href="iap_v1.projects.html">projects</a> . <a href="iap_v1.projects.brands.html">brands</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="iap_v1.projects.brands.identityAwareProxyClients.html">identityAwareProxyClients()</a></code> 79</p> 80<p class="firstline">Returns the identityAwareProxyClients Resource.</p> 81 82<p class="toc_element"> 83 <code><a href="#close">close()</a></code></p> 84<p class="firstline">Close httplib2 connections.</p> 85<p class="toc_element"> 86 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p> 87<p class="firstline">Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.</p> 88<p class="toc_element"> 89 <code><a href="#get">get(name, x__xgafv=None)</a></code></p> 90<p class="firstline">Retrieves the OAuth brand of the project.</p> 91<p class="toc_element"> 92 <code><a href="#list">list(parent, x__xgafv=None)</a></code></p> 93<p class="firstline">Lists the existing brands for the project.</p> 94<h3>Method Details</h3> 95<div class="method"> 96 <code class="details" id="close">close()</code> 97 <pre>Close httplib2 connections.</pre> 98</div> 99 100<div class="method"> 101 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code> 102 <pre>Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller. 103 104Args: 105 parent: string, Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}. (required) 106 body: object, The request body. 107 The object takes the form of: 108 109{ # OAuth brand data. NOTE: Only contains a portion of the data that describes a brand. 110 "applicationTitle": "A String", # Application name displayed on OAuth consent screen. 111 "name": "A String", # Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created. 112 "orgInternalOnly": True or False, # Output only. Whether the brand is only intended for usage inside the G Suite organization only. 113 "supportEmail": "A String", # Support email displayed on the OAuth consent screen. 114} 115 116 x__xgafv: string, V1 error format. 117 Allowed values 118 1 - v1 error format 119 2 - v2 error format 120 121Returns: 122 An object of the form: 123 124 { # OAuth brand data. NOTE: Only contains a portion of the data that describes a brand. 125 "applicationTitle": "A String", # Application name displayed on OAuth consent screen. 126 "name": "A String", # Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created. 127 "orgInternalOnly": True or False, # Output only. Whether the brand is only intended for usage inside the G Suite organization only. 128 "supportEmail": "A String", # Support email displayed on the OAuth consent screen. 129}</pre> 130</div> 131 132<div class="method"> 133 <code class="details" id="get">get(name, x__xgafv=None)</code> 134 <pre>Retrieves the OAuth brand of the project. 135 136Args: 137 name: string, Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}. (required) 138 x__xgafv: string, V1 error format. 139 Allowed values 140 1 - v1 error format 141 2 - v2 error format 142 143Returns: 144 An object of the form: 145 146 { # OAuth brand data. NOTE: Only contains a portion of the data that describes a brand. 147 "applicationTitle": "A String", # Application name displayed on OAuth consent screen. 148 "name": "A String", # Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created. 149 "orgInternalOnly": True or False, # Output only. Whether the brand is only intended for usage inside the G Suite organization only. 150 "supportEmail": "A String", # Support email displayed on the OAuth consent screen. 151}</pre> 152</div> 153 154<div class="method"> 155 <code class="details" id="list">list(parent, x__xgafv=None)</code> 156 <pre>Lists the existing brands for the project. 157 158Args: 159 parent: string, Required. GCP Project number/id. In the following format: projects/{project_number/id}. (required) 160 x__xgafv: string, V1 error format. 161 Allowed values 162 1 - v1 error format 163 2 - v2 error format 164 165Returns: 166 An object of the form: 167 168 { # Response message for ListBrands. 169 "brands": [ # Brands existing in the project. 170 { # OAuth brand data. NOTE: Only contains a portion of the data that describes a brand. 171 "applicationTitle": "A String", # Application name displayed on OAuth consent screen. 172 "name": "A String", # Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created. 173 "orgInternalOnly": True or False, # Output only. Whether the brand is only intended for usage inside the G Suite organization only. 174 "supportEmail": "A String", # Support email displayed on the OAuth consent screen. 175 }, 176 ], 177}</pre> 178</div> 179 180</body></html>