@@ -218,7 +218,7 @@ def delete_customer_token_with_http_info(self, **kwargs): # noqa: E501
218
218
def delete_token (self , id , ** kwargs ): # noqa: E501
219
219
"""Delete the specified api token # noqa: E501
220
220
221
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
221
+ # noqa: E501
222
222
This method makes a synchronous HTTP request by default. To make an
223
223
asynchronous HTTP request, please pass async_req=True
224
224
>>> thread = api.delete_token(id, async_req=True)
@@ -240,7 +240,7 @@ def delete_token(self, id, **kwargs): # noqa: E501
240
240
def delete_token_with_http_info (self , id , ** kwargs ): # noqa: E501
241
241
"""Delete the specified api token # noqa: E501
242
242
243
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
243
+ # noqa: E501
244
244
This method makes a synchronous HTTP request by default. To make an
245
245
asynchronous HTTP request, please pass async_req=True
246
246
>>> thread = api.delete_token_with_http_info(id, async_req=True)
@@ -515,7 +515,7 @@ def generate_token_service_account_with_http_info(self, id, **kwargs): # noqa:
515
515
def get_all_tokens (self , ** kwargs ): # noqa: E501
516
516
"""Get all api tokens for a user # noqa: E501
517
517
518
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
518
+ # noqa: E501
519
519
This method makes a synchronous HTTP request by default. To make an
520
520
asynchronous HTTP request, please pass async_req=True
521
521
>>> thread = api.get_all_tokens(async_req=True)
@@ -536,7 +536,7 @@ def get_all_tokens(self, **kwargs): # noqa: E501
536
536
def get_all_tokens_with_http_info (self , ** kwargs ): # noqa: E501
537
537
"""Get all api tokens for a user # noqa: E501
538
538
539
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
539
+ # noqa: E501
540
540
This method makes a synchronous HTTP request by default. To make an
541
541
asynchronous HTTP request, please pass async_req=True
542
542
>>> thread = api.get_all_tokens_with_http_info(async_req=True)
@@ -879,7 +879,7 @@ def get_tokens_service_account_with_http_info(self, id, **kwargs): # noqa: E501
879
879
def update_token_name (self , id , ** kwargs ): # noqa: E501
880
880
"""Update the name of the specified api token # noqa: E501
881
881
882
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
882
+ # noqa: E501
883
883
This method makes a synchronous HTTP request by default. To make an
884
884
asynchronous HTTP request, please pass async_req=True
885
885
>>> thread = api.update_token_name(id, async_req=True)
@@ -902,7 +902,7 @@ def update_token_name(self, id, **kwargs): # noqa: E501
902
902
def update_token_name_with_http_info (self , id , ** kwargs ): # noqa: E501
903
903
"""Update the name of the specified api token # noqa: E501
904
904
905
- <b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
905
+ # noqa: E501
906
906
This method makes a synchronous HTTP request by default. To make an
907
907
asynchronous HTTP request, please pass async_req=True
908
908
>>> thread = api.update_token_name_with_http_info(id, async_req=True)
0 commit comments