mypy-boto3-sso-admin 1.34.0__py3-none-any.whl → 1.35.93__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_sso_admin/__init__.py +4 -2
- mypy_boto3_sso_admin/__init__.pyi +4 -2
- mypy_boto3_sso_admin/__main__.py +13 -9
- mypy_boto3_sso_admin/client.py +417 -474
- mypy_boto3_sso_admin/client.pyi +417 -473
- mypy_boto3_sso_admin/literals.py +52 -14
- mypy_boto3_sso_admin/literals.pyi +52 -14
- mypy_boto3_sso_admin/paginator.py +328 -209
- mypy_boto3_sso_admin/paginator.pyi +308 -228
- mypy_boto3_sso_admin/type_defs.py +1283 -1568
- mypy_boto3_sso_admin/type_defs.pyi +1086 -1568
- mypy_boto3_sso_admin/version.py +3 -1
- {mypy_boto3_sso_admin-1.34.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/LICENSE +1 -1
- {mypy_boto3_sso_admin-1.34.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/METADATA +100 -47
- mypy_boto3_sso_admin-1.35.93.dist-info/RECORD +18 -0
- {mypy_boto3_sso_admin-1.34.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/WHEEL +1 -1
- mypy_boto3_sso_admin-1.34.0.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.34.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/top_level.txt +0 -0
mypy_boto3_sso_admin/client.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for sso-admin service
|
|
2
|
+
Type annotations for sso-admin service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -12,20 +12,19 @@ Usage::
|
|
|
12
12
|
session = Session()
|
|
13
13
|
client: SSOAdminClient = session.client("sso-admin")
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
15
17
|
"""
|
|
16
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
17
21
|
import sys
|
|
18
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
19
23
|
|
|
20
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
21
27
|
|
|
22
|
-
from .literals import (
|
|
23
|
-
ApplicationStatusType,
|
|
24
|
-
GrantTypeType,
|
|
25
|
-
PrincipalTypeType,
|
|
26
|
-
ProvisioningStatusType,
|
|
27
|
-
ProvisionTargetTypeType,
|
|
28
|
-
)
|
|
29
28
|
from .paginator import (
|
|
30
29
|
ListAccountAssignmentCreationStatusPaginator,
|
|
31
30
|
ListAccountAssignmentDeletionStatusPaginator,
|
|
@@ -49,84 +48,141 @@ from .paginator import (
|
|
|
49
48
|
ListTrustedTokenIssuersPaginator,
|
|
50
49
|
)
|
|
51
50
|
from .type_defs import (
|
|
52
|
-
|
|
51
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef,
|
|
52
|
+
AttachManagedPolicyToPermissionSetRequestRequestTypeDef,
|
|
53
|
+
CreateAccountAssignmentRequestRequestTypeDef,
|
|
53
54
|
CreateAccountAssignmentResponseTypeDef,
|
|
55
|
+
CreateApplicationAssignmentRequestRequestTypeDef,
|
|
56
|
+
CreateApplicationRequestRequestTypeDef,
|
|
54
57
|
CreateApplicationResponseTypeDef,
|
|
58
|
+
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
59
|
+
CreateInstanceRequestRequestTypeDef,
|
|
55
60
|
CreateInstanceResponseTypeDef,
|
|
61
|
+
CreatePermissionSetRequestRequestTypeDef,
|
|
56
62
|
CreatePermissionSetResponseTypeDef,
|
|
63
|
+
CreateTrustedTokenIssuerRequestRequestTypeDef,
|
|
57
64
|
CreateTrustedTokenIssuerResponseTypeDef,
|
|
58
|
-
|
|
65
|
+
DeleteAccountAssignmentRequestRequestTypeDef,
|
|
59
66
|
DeleteAccountAssignmentResponseTypeDef,
|
|
67
|
+
DeleteApplicationAccessScopeRequestRequestTypeDef,
|
|
68
|
+
DeleteApplicationAssignmentRequestRequestTypeDef,
|
|
69
|
+
DeleteApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
70
|
+
DeleteApplicationGrantRequestRequestTypeDef,
|
|
71
|
+
DeleteApplicationRequestRequestTypeDef,
|
|
72
|
+
DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef,
|
|
73
|
+
DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
74
|
+
DeleteInstanceRequestRequestTypeDef,
|
|
75
|
+
DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef,
|
|
76
|
+
DeletePermissionSetRequestRequestTypeDef,
|
|
77
|
+
DeleteTrustedTokenIssuerRequestRequestTypeDef,
|
|
78
|
+
DescribeAccountAssignmentCreationStatusRequestRequestTypeDef,
|
|
60
79
|
DescribeAccountAssignmentCreationStatusResponseTypeDef,
|
|
80
|
+
DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef,
|
|
61
81
|
DescribeAccountAssignmentDeletionStatusResponseTypeDef,
|
|
82
|
+
DescribeApplicationAssignmentRequestRequestTypeDef,
|
|
62
83
|
DescribeApplicationAssignmentResponseTypeDef,
|
|
84
|
+
DescribeApplicationProviderRequestRequestTypeDef,
|
|
63
85
|
DescribeApplicationProviderResponseTypeDef,
|
|
86
|
+
DescribeApplicationRequestRequestTypeDef,
|
|
64
87
|
DescribeApplicationResponseTypeDef,
|
|
88
|
+
DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
65
89
|
DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef,
|
|
90
|
+
DescribeInstanceRequestRequestTypeDef,
|
|
66
91
|
DescribeInstanceResponseTypeDef,
|
|
92
|
+
DescribePermissionSetProvisioningStatusRequestRequestTypeDef,
|
|
67
93
|
DescribePermissionSetProvisioningStatusResponseTypeDef,
|
|
94
|
+
DescribePermissionSetRequestRequestTypeDef,
|
|
68
95
|
DescribePermissionSetResponseTypeDef,
|
|
96
|
+
DescribeTrustedTokenIssuerRequestRequestTypeDef,
|
|
69
97
|
DescribeTrustedTokenIssuerResponseTypeDef,
|
|
98
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef,
|
|
99
|
+
DetachManagedPolicyFromPermissionSetRequestRequestTypeDef,
|
|
70
100
|
EmptyResponseMetadataTypeDef,
|
|
101
|
+
GetApplicationAccessScopeRequestRequestTypeDef,
|
|
71
102
|
GetApplicationAccessScopeResponseTypeDef,
|
|
103
|
+
GetApplicationAssignmentConfigurationRequestRequestTypeDef,
|
|
72
104
|
GetApplicationAssignmentConfigurationResponseTypeDef,
|
|
105
|
+
GetApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
73
106
|
GetApplicationAuthenticationMethodResponseTypeDef,
|
|
107
|
+
GetApplicationGrantRequestRequestTypeDef,
|
|
74
108
|
GetApplicationGrantResponseTypeDef,
|
|
109
|
+
GetInlinePolicyForPermissionSetRequestRequestTypeDef,
|
|
75
110
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
111
|
+
GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef,
|
|
76
112
|
GetPermissionsBoundaryForPermissionSetResponseTypeDef,
|
|
77
|
-
|
|
78
|
-
InstanceAccessControlAttributeConfigurationTypeDef,
|
|
113
|
+
ListAccountAssignmentCreationStatusRequestRequestTypeDef,
|
|
79
114
|
ListAccountAssignmentCreationStatusResponseTypeDef,
|
|
115
|
+
ListAccountAssignmentDeletionStatusRequestRequestTypeDef,
|
|
80
116
|
ListAccountAssignmentDeletionStatusResponseTypeDef,
|
|
81
|
-
|
|
117
|
+
ListAccountAssignmentsForPrincipalRequestRequestTypeDef,
|
|
82
118
|
ListAccountAssignmentsForPrincipalResponseTypeDef,
|
|
119
|
+
ListAccountAssignmentsRequestRequestTypeDef,
|
|
83
120
|
ListAccountAssignmentsResponseTypeDef,
|
|
121
|
+
ListAccountsForProvisionedPermissionSetRequestRequestTypeDef,
|
|
84
122
|
ListAccountsForProvisionedPermissionSetResponseTypeDef,
|
|
123
|
+
ListApplicationAccessScopesRequestRequestTypeDef,
|
|
85
124
|
ListApplicationAccessScopesResponseTypeDef,
|
|
86
|
-
|
|
125
|
+
ListApplicationAssignmentsForPrincipalRequestRequestTypeDef,
|
|
87
126
|
ListApplicationAssignmentsForPrincipalResponseTypeDef,
|
|
127
|
+
ListApplicationAssignmentsRequestRequestTypeDef,
|
|
88
128
|
ListApplicationAssignmentsResponseTypeDef,
|
|
129
|
+
ListApplicationAuthenticationMethodsRequestRequestTypeDef,
|
|
89
130
|
ListApplicationAuthenticationMethodsResponseTypeDef,
|
|
131
|
+
ListApplicationGrantsRequestRequestTypeDef,
|
|
90
132
|
ListApplicationGrantsResponseTypeDef,
|
|
133
|
+
ListApplicationProvidersRequestRequestTypeDef,
|
|
91
134
|
ListApplicationProvidersResponseTypeDef,
|
|
92
|
-
|
|
135
|
+
ListApplicationsRequestRequestTypeDef,
|
|
93
136
|
ListApplicationsResponseTypeDef,
|
|
137
|
+
ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef,
|
|
94
138
|
ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef,
|
|
139
|
+
ListInstancesRequestRequestTypeDef,
|
|
95
140
|
ListInstancesResponseTypeDef,
|
|
141
|
+
ListManagedPoliciesInPermissionSetRequestRequestTypeDef,
|
|
96
142
|
ListManagedPoliciesInPermissionSetResponseTypeDef,
|
|
143
|
+
ListPermissionSetProvisioningStatusRequestRequestTypeDef,
|
|
97
144
|
ListPermissionSetProvisioningStatusResponseTypeDef,
|
|
145
|
+
ListPermissionSetsProvisionedToAccountRequestRequestTypeDef,
|
|
98
146
|
ListPermissionSetsProvisionedToAccountResponseTypeDef,
|
|
147
|
+
ListPermissionSetsRequestRequestTypeDef,
|
|
99
148
|
ListPermissionSetsResponseTypeDef,
|
|
149
|
+
ListTagsForResourceRequestRequestTypeDef,
|
|
100
150
|
ListTagsForResourceResponseTypeDef,
|
|
151
|
+
ListTrustedTokenIssuersRequestRequestTypeDef,
|
|
101
152
|
ListTrustedTokenIssuersResponseTypeDef,
|
|
102
|
-
|
|
103
|
-
PermissionsBoundaryTypeDef,
|
|
104
|
-
PortalOptionsTypeDef,
|
|
153
|
+
ProvisionPermissionSetRequestRequestTypeDef,
|
|
105
154
|
ProvisionPermissionSetResponseTypeDef,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
155
|
+
PutApplicationAccessScopeRequestRequestTypeDef,
|
|
156
|
+
PutApplicationAssignmentConfigurationRequestRequestTypeDef,
|
|
157
|
+
PutApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
158
|
+
PutApplicationGrantRequestRequestTypeDef,
|
|
159
|
+
PutInlinePolicyToPermissionSetRequestRequestTypeDef,
|
|
160
|
+
PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef,
|
|
161
|
+
TagResourceRequestRequestTypeDef,
|
|
162
|
+
UntagResourceRequestRequestTypeDef,
|
|
163
|
+
UpdateApplicationRequestRequestTypeDef,
|
|
164
|
+
UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
165
|
+
UpdateInstanceRequestRequestTypeDef,
|
|
166
|
+
UpdatePermissionSetRequestRequestTypeDef,
|
|
167
|
+
UpdateTrustedTokenIssuerRequestRequestTypeDef,
|
|
110
168
|
)
|
|
111
169
|
|
|
170
|
+
if sys.version_info >= (3, 9):
|
|
171
|
+
from builtins import dict as Dict
|
|
172
|
+
from builtins import type as Type
|
|
173
|
+
from collections.abc import Mapping
|
|
174
|
+
else:
|
|
175
|
+
from typing import Dict, Mapping, Type
|
|
112
176
|
if sys.version_info >= (3, 12):
|
|
113
|
-
from typing import Literal
|
|
177
|
+
from typing import Literal, Unpack
|
|
114
178
|
else:
|
|
115
|
-
from typing_extensions import Literal
|
|
179
|
+
from typing_extensions import Literal, Unpack
|
|
116
180
|
|
|
117
181
|
|
|
118
182
|
__all__ = ("SSOAdminClient",)
|
|
119
183
|
|
|
120
184
|
|
|
121
|
-
class
|
|
122
|
-
MSG_TEMPLATE: str
|
|
123
|
-
|
|
124
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
125
|
-
self.response: Dict[str, Any]
|
|
126
|
-
self.operation_name: str
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
class Exceptions:
|
|
185
|
+
class Exceptions(BaseClientExceptions):
|
|
130
186
|
AccessDeniedException: Type[BotocoreClientError]
|
|
131
187
|
ClientError: Type[BotocoreClientError]
|
|
132
188
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -150,1133 +206,1020 @@ class SSOAdminClient(BaseClient):
|
|
|
150
206
|
"""
|
|
151
207
|
SSOAdminClient exceptions.
|
|
152
208
|
|
|
153
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client
|
|
209
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
|
|
154
210
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#exceptions)
|
|
155
211
|
"""
|
|
156
212
|
|
|
213
|
+
def can_paginate(self, operation_name: str) -> bool:
|
|
214
|
+
"""
|
|
215
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/can_paginate.html)
|
|
216
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#can_paginate)
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
def generate_presigned_url(
|
|
220
|
+
self,
|
|
221
|
+
ClientMethod: str,
|
|
222
|
+
Params: Mapping[str, Any] = ...,
|
|
223
|
+
ExpiresIn: int = 3600,
|
|
224
|
+
HttpMethod: str = ...,
|
|
225
|
+
) -> str:
|
|
226
|
+
"""
|
|
227
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/generate_presigned_url.html)
|
|
228
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
229
|
+
"""
|
|
230
|
+
|
|
157
231
|
def attach_customer_managed_policy_reference_to_permission_set(
|
|
158
232
|
self,
|
|
159
|
-
|
|
160
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
161
|
-
InstanceArn: str,
|
|
162
|
-
PermissionSetArn: str
|
|
233
|
+
**kwargs: Unpack[AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef],
|
|
163
234
|
) -> Dict[str, Any]:
|
|
164
235
|
"""
|
|
165
|
-
Attaches the specified customer managed policy to the specified
|
|
236
|
+
Attaches the specified customer managed policy to the specified
|
|
237
|
+
<a>PermissionSet</a>.
|
|
166
238
|
|
|
167
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/attach_customer_managed_policy_reference_to_permission_set.html)
|
|
168
240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#attach_customer_managed_policy_reference_to_permission_set)
|
|
169
241
|
"""
|
|
170
242
|
|
|
171
243
|
def attach_managed_policy_to_permission_set(
|
|
172
|
-
self,
|
|
244
|
+
self, **kwargs: Unpack[AttachManagedPolicyToPermissionSetRequestRequestTypeDef]
|
|
173
245
|
) -> Dict[str, Any]:
|
|
174
246
|
"""
|
|
175
247
|
Attaches an Amazon Web Services managed policy ARN to a permission set.
|
|
176
248
|
|
|
177
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
249
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/attach_managed_policy_to_permission_set.html)
|
|
178
250
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#attach_managed_policy_to_permission_set)
|
|
179
251
|
"""
|
|
180
252
|
|
|
181
|
-
def can_paginate(self, operation_name: str) -> bool:
|
|
182
|
-
"""
|
|
183
|
-
Check if an operation can be paginated.
|
|
184
|
-
|
|
185
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.can_paginate)
|
|
186
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#can_paginate)
|
|
187
|
-
"""
|
|
188
|
-
|
|
189
|
-
def close(self) -> None:
|
|
190
|
-
"""
|
|
191
|
-
Closes underlying endpoint connections.
|
|
192
|
-
|
|
193
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.close)
|
|
194
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#close)
|
|
195
|
-
"""
|
|
196
|
-
|
|
197
253
|
def create_account_assignment(
|
|
198
|
-
self,
|
|
199
|
-
*,
|
|
200
|
-
InstanceArn: str,
|
|
201
|
-
PermissionSetArn: str,
|
|
202
|
-
PrincipalId: str,
|
|
203
|
-
PrincipalType: PrincipalTypeType,
|
|
204
|
-
TargetId: str,
|
|
205
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
254
|
+
self, **kwargs: Unpack[CreateAccountAssignmentRequestRequestTypeDef]
|
|
206
255
|
) -> CreateAccountAssignmentResponseTypeDef:
|
|
207
256
|
"""
|
|
208
257
|
Assigns access to a principal for a specified Amazon Web Services account using
|
|
209
|
-
a specified permission
|
|
210
|
-
set.
|
|
258
|
+
a specified permission set.
|
|
211
259
|
|
|
212
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
260
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_account_assignment.html)
|
|
213
261
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_account_assignment)
|
|
214
262
|
"""
|
|
215
263
|
|
|
216
264
|
def create_application(
|
|
217
|
-
self,
|
|
218
|
-
*,
|
|
219
|
-
ApplicationProviderArn: str,
|
|
220
|
-
InstanceArn: str,
|
|
221
|
-
Name: str,
|
|
222
|
-
ClientToken: str = ...,
|
|
223
|
-
Description: str = ...,
|
|
224
|
-
PortalOptions: PortalOptionsTypeDef = ...,
|
|
225
|
-
Status: ApplicationStatusType = ...,
|
|
226
|
-
Tags: Sequence[TagTypeDef] = ...
|
|
265
|
+
self, **kwargs: Unpack[CreateApplicationRequestRequestTypeDef]
|
|
227
266
|
) -> CreateApplicationResponseTypeDef:
|
|
228
267
|
"""
|
|
229
268
|
Creates an application in IAM Identity Center for the given application
|
|
230
269
|
provider.
|
|
231
270
|
|
|
232
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
233
272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_application)
|
|
234
273
|
"""
|
|
235
274
|
|
|
236
275
|
def create_application_assignment(
|
|
237
|
-
self,
|
|
276
|
+
self, **kwargs: Unpack[CreateApplicationAssignmentRequestRequestTypeDef]
|
|
238
277
|
) -> Dict[str, Any]:
|
|
239
278
|
"""
|
|
240
279
|
Grant application access to a user or group.
|
|
241
280
|
|
|
242
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
281
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application_assignment.html)
|
|
243
282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_application_assignment)
|
|
244
283
|
"""
|
|
245
284
|
|
|
246
285
|
def create_instance(
|
|
247
|
-
self,
|
|
286
|
+
self, **kwargs: Unpack[CreateInstanceRequestRequestTypeDef]
|
|
248
287
|
) -> CreateInstanceResponseTypeDef:
|
|
249
288
|
"""
|
|
250
289
|
Creates an instance of IAM Identity Center for a standalone Amazon Web Services
|
|
251
290
|
account that is not managed by Organizations or a member Amazon Web Services
|
|
252
|
-
account in an
|
|
253
|
-
organization.
|
|
291
|
+
account in an organization.
|
|
254
292
|
|
|
255
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
293
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_instance.html)
|
|
256
294
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_instance)
|
|
257
295
|
"""
|
|
258
296
|
|
|
259
297
|
def create_instance_access_control_attribute_configuration(
|
|
260
298
|
self,
|
|
261
|
-
|
|
262
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationTypeDef,
|
|
263
|
-
InstanceArn: str
|
|
299
|
+
**kwargs: Unpack[CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
264
300
|
) -> Dict[str, Any]:
|
|
265
301
|
"""
|
|
266
302
|
Enables the attributes-based access control (ABAC) feature for the specified
|
|
267
|
-
IAM Identity Center
|
|
268
|
-
instance.
|
|
303
|
+
IAM Identity Center instance.
|
|
269
304
|
|
|
270
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
305
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_instance_access_control_attribute_configuration.html)
|
|
271
306
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_instance_access_control_attribute_configuration)
|
|
272
307
|
"""
|
|
273
308
|
|
|
274
309
|
def create_permission_set(
|
|
275
|
-
self,
|
|
276
|
-
*,
|
|
277
|
-
InstanceArn: str,
|
|
278
|
-
Name: str,
|
|
279
|
-
Description: str = ...,
|
|
280
|
-
RelayState: str = ...,
|
|
281
|
-
SessionDuration: str = ...,
|
|
282
|
-
Tags: Sequence[TagTypeDef] = ...
|
|
310
|
+
self, **kwargs: Unpack[CreatePermissionSetRequestRequestTypeDef]
|
|
283
311
|
) -> CreatePermissionSetResponseTypeDef:
|
|
284
312
|
"""
|
|
285
313
|
Creates a permission set within a specified IAM Identity Center instance.
|
|
286
314
|
|
|
287
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
315
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_permission_set.html)
|
|
288
316
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_permission_set)
|
|
289
317
|
"""
|
|
290
318
|
|
|
291
319
|
def create_trusted_token_issuer(
|
|
292
|
-
self,
|
|
293
|
-
*,
|
|
294
|
-
InstanceArn: str,
|
|
295
|
-
Name: str,
|
|
296
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef,
|
|
297
|
-
TrustedTokenIssuerType: Literal["OIDC_JWT"],
|
|
298
|
-
ClientToken: str = ...,
|
|
299
|
-
Tags: Sequence[TagTypeDef] = ...
|
|
320
|
+
self, **kwargs: Unpack[CreateTrustedTokenIssuerRequestRequestTypeDef]
|
|
300
321
|
) -> CreateTrustedTokenIssuerResponseTypeDef:
|
|
301
322
|
"""
|
|
302
323
|
Creates a connection to a trusted token issuer in an instance of IAM Identity
|
|
303
324
|
Center.
|
|
304
325
|
|
|
305
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
326
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_trusted_token_issuer.html)
|
|
306
327
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_trusted_token_issuer)
|
|
307
328
|
"""
|
|
308
329
|
|
|
309
330
|
def delete_account_assignment(
|
|
310
|
-
self,
|
|
311
|
-
*,
|
|
312
|
-
InstanceArn: str,
|
|
313
|
-
PermissionSetArn: str,
|
|
314
|
-
PrincipalId: str,
|
|
315
|
-
PrincipalType: PrincipalTypeType,
|
|
316
|
-
TargetId: str,
|
|
317
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
331
|
+
self, **kwargs: Unpack[DeleteAccountAssignmentRequestRequestTypeDef]
|
|
318
332
|
) -> DeleteAccountAssignmentResponseTypeDef:
|
|
319
333
|
"""
|
|
320
334
|
Deletes a principal's access from a specified Amazon Web Services account using
|
|
321
|
-
a specified permission
|
|
322
|
-
set.
|
|
335
|
+
a specified permission set.
|
|
323
336
|
|
|
324
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
337
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_account_assignment.html)
|
|
325
338
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_account_assignment)
|
|
326
339
|
"""
|
|
327
340
|
|
|
328
|
-
def delete_application(
|
|
341
|
+
def delete_application(
|
|
342
|
+
self, **kwargs: Unpack[DeleteApplicationRequestRequestTypeDef]
|
|
343
|
+
) -> Dict[str, Any]:
|
|
329
344
|
"""
|
|
330
345
|
Deletes the association with the application.
|
|
331
346
|
|
|
332
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
347
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application.html)
|
|
333
348
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application)
|
|
334
349
|
"""
|
|
335
350
|
|
|
336
351
|
def delete_application_access_scope(
|
|
337
|
-
self,
|
|
352
|
+
self, **kwargs: Unpack[DeleteApplicationAccessScopeRequestRequestTypeDef]
|
|
338
353
|
) -> EmptyResponseMetadataTypeDef:
|
|
339
354
|
"""
|
|
340
355
|
Deletes an IAM Identity Center access scope from an application.
|
|
341
356
|
|
|
342
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
357
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_access_scope.html)
|
|
343
358
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_access_scope)
|
|
344
359
|
"""
|
|
345
360
|
|
|
346
361
|
def delete_application_assignment(
|
|
347
|
-
self,
|
|
362
|
+
self, **kwargs: Unpack[DeleteApplicationAssignmentRequestRequestTypeDef]
|
|
348
363
|
) -> Dict[str, Any]:
|
|
349
364
|
"""
|
|
350
365
|
Revoke application access to an application by deleting application assignments
|
|
351
|
-
for a user or
|
|
352
|
-
group.
|
|
366
|
+
for a user or group.
|
|
353
367
|
|
|
354
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
368
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_assignment.html)
|
|
355
369
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_assignment)
|
|
356
370
|
"""
|
|
357
371
|
|
|
358
372
|
def delete_application_authentication_method(
|
|
359
|
-
self,
|
|
373
|
+
self, **kwargs: Unpack[DeleteApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
360
374
|
) -> EmptyResponseMetadataTypeDef:
|
|
361
375
|
"""
|
|
362
376
|
Deletes an authentication method from an application.
|
|
363
377
|
|
|
364
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
378
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_authentication_method.html)
|
|
365
379
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_authentication_method)
|
|
366
380
|
"""
|
|
367
381
|
|
|
368
382
|
def delete_application_grant(
|
|
369
|
-
self,
|
|
383
|
+
self, **kwargs: Unpack[DeleteApplicationGrantRequestRequestTypeDef]
|
|
370
384
|
) -> EmptyResponseMetadataTypeDef:
|
|
371
385
|
"""
|
|
372
386
|
Deletes a grant from an application.
|
|
373
387
|
|
|
374
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
388
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_grant.html)
|
|
375
389
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_grant)
|
|
376
390
|
"""
|
|
377
391
|
|
|
378
392
|
def delete_inline_policy_from_permission_set(
|
|
379
|
-
self,
|
|
393
|
+
self, **kwargs: Unpack[DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef]
|
|
380
394
|
) -> Dict[str, Any]:
|
|
381
395
|
"""
|
|
382
396
|
Deletes the inline policy from a specified permission set.
|
|
383
397
|
|
|
384
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
398
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_inline_policy_from_permission_set.html)
|
|
385
399
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_inline_policy_from_permission_set)
|
|
386
400
|
"""
|
|
387
401
|
|
|
388
|
-
def delete_instance(
|
|
402
|
+
def delete_instance(
|
|
403
|
+
self, **kwargs: Unpack[DeleteInstanceRequestRequestTypeDef]
|
|
404
|
+
) -> Dict[str, Any]:
|
|
389
405
|
"""
|
|
390
406
|
Deletes the instance of IAM Identity Center.
|
|
391
407
|
|
|
392
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
408
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_instance.html)
|
|
393
409
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_instance)
|
|
394
410
|
"""
|
|
395
411
|
|
|
396
412
|
def delete_instance_access_control_attribute_configuration(
|
|
397
|
-
self,
|
|
413
|
+
self,
|
|
414
|
+
**kwargs: Unpack[DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
398
415
|
) -> Dict[str, Any]:
|
|
399
416
|
"""
|
|
400
417
|
Disables the attributes-based access control (ABAC) feature for the specified
|
|
401
418
|
IAM Identity Center instance and deletes all of the attribute mappings that
|
|
402
|
-
have been
|
|
403
|
-
configured.
|
|
419
|
+
have been configured.
|
|
404
420
|
|
|
405
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
421
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_instance_access_control_attribute_configuration.html)
|
|
406
422
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_instance_access_control_attribute_configuration)
|
|
407
423
|
"""
|
|
408
424
|
|
|
409
|
-
def delete_permission_set(
|
|
425
|
+
def delete_permission_set(
|
|
426
|
+
self, **kwargs: Unpack[DeletePermissionSetRequestRequestTypeDef]
|
|
427
|
+
) -> Dict[str, Any]:
|
|
410
428
|
"""
|
|
411
429
|
Deletes the specified permission set.
|
|
412
430
|
|
|
413
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
431
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_permission_set.html)
|
|
414
432
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_permission_set)
|
|
415
433
|
"""
|
|
416
434
|
|
|
417
435
|
def delete_permissions_boundary_from_permission_set(
|
|
418
|
-
self,
|
|
436
|
+
self, **kwargs: Unpack[DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef]
|
|
419
437
|
) -> Dict[str, Any]:
|
|
420
438
|
"""
|
|
421
|
-
Deletes the permissions boundary from a specified
|
|
439
|
+
Deletes the permissions boundary from a specified <a>PermissionSet</a>.
|
|
422
440
|
|
|
423
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
441
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_permissions_boundary_from_permission_set.html)
|
|
424
442
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_permissions_boundary_from_permission_set)
|
|
425
443
|
"""
|
|
426
444
|
|
|
427
|
-
def delete_trusted_token_issuer(
|
|
445
|
+
def delete_trusted_token_issuer(
|
|
446
|
+
self, **kwargs: Unpack[DeleteTrustedTokenIssuerRequestRequestTypeDef]
|
|
447
|
+
) -> Dict[str, Any]:
|
|
428
448
|
"""
|
|
429
449
|
Deletes a trusted token issuer configuration from an instance of IAM Identity
|
|
430
450
|
Center.
|
|
431
451
|
|
|
432
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
452
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_trusted_token_issuer.html)
|
|
433
453
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_trusted_token_issuer)
|
|
434
454
|
"""
|
|
435
455
|
|
|
436
456
|
def describe_account_assignment_creation_status(
|
|
437
|
-
self,
|
|
457
|
+
self, **kwargs: Unpack[DescribeAccountAssignmentCreationStatusRequestRequestTypeDef]
|
|
438
458
|
) -> DescribeAccountAssignmentCreationStatusResponseTypeDef:
|
|
439
459
|
"""
|
|
440
460
|
Describes the status of the assignment creation request.
|
|
441
461
|
|
|
442
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
462
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_account_assignment_creation_status.html)
|
|
443
463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_account_assignment_creation_status)
|
|
444
464
|
"""
|
|
445
465
|
|
|
446
466
|
def describe_account_assignment_deletion_status(
|
|
447
|
-
self,
|
|
467
|
+
self, **kwargs: Unpack[DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef]
|
|
448
468
|
) -> DescribeAccountAssignmentDeletionStatusResponseTypeDef:
|
|
449
469
|
"""
|
|
450
470
|
Describes the status of the assignment deletion request.
|
|
451
471
|
|
|
452
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
472
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_account_assignment_deletion_status.html)
|
|
453
473
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_account_assignment_deletion_status)
|
|
454
474
|
"""
|
|
455
475
|
|
|
456
|
-
def describe_application(
|
|
476
|
+
def describe_application(
|
|
477
|
+
self, **kwargs: Unpack[DescribeApplicationRequestRequestTypeDef]
|
|
478
|
+
) -> DescribeApplicationResponseTypeDef:
|
|
457
479
|
"""
|
|
458
480
|
Retrieves the details of an application associated with an instance of IAM
|
|
459
|
-
Identity
|
|
460
|
-
Center.
|
|
481
|
+
Identity Center.
|
|
461
482
|
|
|
462
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
483
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application.html)
|
|
463
484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application)
|
|
464
485
|
"""
|
|
465
486
|
|
|
466
487
|
def describe_application_assignment(
|
|
467
|
-
self,
|
|
488
|
+
self, **kwargs: Unpack[DescribeApplicationAssignmentRequestRequestTypeDef]
|
|
468
489
|
) -> DescribeApplicationAssignmentResponseTypeDef:
|
|
469
490
|
"""
|
|
470
491
|
Retrieves a direct assignment of a user or group to an application.
|
|
471
492
|
|
|
472
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
493
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application_assignment.html)
|
|
473
494
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application_assignment)
|
|
474
495
|
"""
|
|
475
496
|
|
|
476
497
|
def describe_application_provider(
|
|
477
|
-
self,
|
|
498
|
+
self, **kwargs: Unpack[DescribeApplicationProviderRequestRequestTypeDef]
|
|
478
499
|
) -> DescribeApplicationProviderResponseTypeDef:
|
|
479
500
|
"""
|
|
480
501
|
Retrieves details about a provider that can be used to connect an Amazon Web
|
|
481
502
|
Services managed application or customer managed application to IAM Identity
|
|
482
503
|
Center.
|
|
483
504
|
|
|
484
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
505
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application_provider.html)
|
|
485
506
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application_provider)
|
|
486
507
|
"""
|
|
487
508
|
|
|
488
|
-
def describe_instance(
|
|
509
|
+
def describe_instance(
|
|
510
|
+
self, **kwargs: Unpack[DescribeInstanceRequestRequestTypeDef]
|
|
511
|
+
) -> DescribeInstanceResponseTypeDef:
|
|
489
512
|
"""
|
|
490
513
|
Returns the details of an instance of IAM Identity Center.
|
|
491
514
|
|
|
492
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
515
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_instance.html)
|
|
493
516
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_instance)
|
|
494
517
|
"""
|
|
495
518
|
|
|
496
519
|
def describe_instance_access_control_attribute_configuration(
|
|
497
|
-
self,
|
|
520
|
+
self,
|
|
521
|
+
**kwargs: Unpack[DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
498
522
|
) -> DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef:
|
|
499
523
|
"""
|
|
500
524
|
Returns the list of IAM Identity Center identity store attributes that have
|
|
501
525
|
been configured to work with attributes-based access control (ABAC) for the
|
|
502
|
-
specified IAM Identity Center
|
|
503
|
-
instance.
|
|
526
|
+
specified IAM Identity Center instance.
|
|
504
527
|
|
|
505
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
528
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_instance_access_control_attribute_configuration.html)
|
|
506
529
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_instance_access_control_attribute_configuration)
|
|
507
530
|
"""
|
|
508
531
|
|
|
509
532
|
def describe_permission_set(
|
|
510
|
-
self,
|
|
533
|
+
self, **kwargs: Unpack[DescribePermissionSetRequestRequestTypeDef]
|
|
511
534
|
) -> DescribePermissionSetResponseTypeDef:
|
|
512
535
|
"""
|
|
513
536
|
Gets the details of the permission set.
|
|
514
537
|
|
|
515
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
538
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_permission_set.html)
|
|
516
539
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set)
|
|
517
540
|
"""
|
|
518
541
|
|
|
519
542
|
def describe_permission_set_provisioning_status(
|
|
520
|
-
self,
|
|
543
|
+
self, **kwargs: Unpack[DescribePermissionSetProvisioningStatusRequestRequestTypeDef]
|
|
521
544
|
) -> DescribePermissionSetProvisioningStatusResponseTypeDef:
|
|
522
545
|
"""
|
|
523
546
|
Describes the status for the given permission set provisioning request.
|
|
524
547
|
|
|
525
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
548
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_permission_set_provisioning_status.html)
|
|
526
549
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set_provisioning_status)
|
|
527
550
|
"""
|
|
528
551
|
|
|
529
552
|
def describe_trusted_token_issuer(
|
|
530
|
-
self,
|
|
553
|
+
self, **kwargs: Unpack[DescribeTrustedTokenIssuerRequestRequestTypeDef]
|
|
531
554
|
) -> DescribeTrustedTokenIssuerResponseTypeDef:
|
|
532
555
|
"""
|
|
533
556
|
Retrieves details about a trusted token issuer configuration stored in an
|
|
534
|
-
instance of IAM Identity
|
|
535
|
-
Center.
|
|
557
|
+
instance of IAM Identity Center.
|
|
536
558
|
|
|
537
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
559
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_trusted_token_issuer.html)
|
|
538
560
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_trusted_token_issuer)
|
|
539
561
|
"""
|
|
540
562
|
|
|
541
563
|
def detach_customer_managed_policy_reference_from_permission_set(
|
|
542
564
|
self,
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
PermissionSetArn: str
|
|
565
|
+
**kwargs: Unpack[
|
|
566
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef
|
|
567
|
+
],
|
|
547
568
|
) -> Dict[str, Any]:
|
|
548
569
|
"""
|
|
549
570
|
Detaches the specified customer managed policy from the specified
|
|
550
|
-
PermissionSet
|
|
571
|
+
<a>PermissionSet</a>.
|
|
551
572
|
|
|
552
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
573
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/detach_customer_managed_policy_reference_from_permission_set.html)
|
|
553
574
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#detach_customer_managed_policy_reference_from_permission_set)
|
|
554
575
|
"""
|
|
555
576
|
|
|
556
577
|
def detach_managed_policy_from_permission_set(
|
|
557
|
-
self,
|
|
578
|
+
self, **kwargs: Unpack[DetachManagedPolicyFromPermissionSetRequestRequestTypeDef]
|
|
558
579
|
) -> Dict[str, Any]:
|
|
559
580
|
"""
|
|
560
581
|
Detaches the attached Amazon Web Services managed policy ARN from the specified
|
|
561
|
-
permission
|
|
562
|
-
set.
|
|
582
|
+
permission set.
|
|
563
583
|
|
|
564
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
584
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/detach_managed_policy_from_permission_set.html)
|
|
565
585
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#detach_managed_policy_from_permission_set)
|
|
566
586
|
"""
|
|
567
587
|
|
|
568
|
-
def generate_presigned_url(
|
|
569
|
-
self,
|
|
570
|
-
ClientMethod: str,
|
|
571
|
-
Params: Mapping[str, Any] = ...,
|
|
572
|
-
ExpiresIn: int = 3600,
|
|
573
|
-
HttpMethod: str = ...,
|
|
574
|
-
) -> str:
|
|
575
|
-
"""
|
|
576
|
-
Generate a presigned url given a client, its method, and arguments.
|
|
577
|
-
|
|
578
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.generate_presigned_url)
|
|
579
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
580
|
-
"""
|
|
581
|
-
|
|
582
588
|
def get_application_access_scope(
|
|
583
|
-
self,
|
|
589
|
+
self, **kwargs: Unpack[GetApplicationAccessScopeRequestRequestTypeDef]
|
|
584
590
|
) -> GetApplicationAccessScopeResponseTypeDef:
|
|
585
591
|
"""
|
|
586
592
|
Retrieves the authorized targets for an IAM Identity Center access scope for an
|
|
587
593
|
application.
|
|
588
594
|
|
|
589
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
595
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_access_scope.html)
|
|
590
596
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_access_scope)
|
|
591
597
|
"""
|
|
592
598
|
|
|
593
599
|
def get_application_assignment_configuration(
|
|
594
|
-
self,
|
|
600
|
+
self, **kwargs: Unpack[GetApplicationAssignmentConfigurationRequestRequestTypeDef]
|
|
595
601
|
) -> GetApplicationAssignmentConfigurationResponseTypeDef:
|
|
596
602
|
"""
|
|
597
|
-
Retrieves the configuration of
|
|
603
|
+
Retrieves the configuration of <a>PutApplicationAssignmentConfiguration</a>.
|
|
598
604
|
|
|
599
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
605
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_assignment_configuration.html)
|
|
600
606
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_assignment_configuration)
|
|
601
607
|
"""
|
|
602
608
|
|
|
603
609
|
def get_application_authentication_method(
|
|
604
|
-
self,
|
|
610
|
+
self, **kwargs: Unpack[GetApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
605
611
|
) -> GetApplicationAuthenticationMethodResponseTypeDef:
|
|
606
612
|
"""
|
|
607
613
|
Retrieves details about an authentication method used by an application.
|
|
608
614
|
|
|
609
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
615
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_authentication_method.html)
|
|
610
616
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_authentication_method)
|
|
611
617
|
"""
|
|
612
618
|
|
|
613
619
|
def get_application_grant(
|
|
614
|
-
self,
|
|
620
|
+
self, **kwargs: Unpack[GetApplicationGrantRequestRequestTypeDef]
|
|
615
621
|
) -> GetApplicationGrantResponseTypeDef:
|
|
616
622
|
"""
|
|
617
623
|
Retrieves details about an application grant.
|
|
618
624
|
|
|
619
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
625
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_grant.html)
|
|
620
626
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_grant)
|
|
621
627
|
"""
|
|
622
628
|
|
|
623
629
|
def get_inline_policy_for_permission_set(
|
|
624
|
-
self,
|
|
630
|
+
self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestRequestTypeDef]
|
|
625
631
|
) -> GetInlinePolicyForPermissionSetResponseTypeDef:
|
|
626
632
|
"""
|
|
627
633
|
Obtains the inline policy assigned to the permission set.
|
|
628
634
|
|
|
629
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
635
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_inline_policy_for_permission_set.html)
|
|
630
636
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_inline_policy_for_permission_set)
|
|
631
637
|
"""
|
|
632
638
|
|
|
633
639
|
def get_permissions_boundary_for_permission_set(
|
|
634
|
-
self,
|
|
640
|
+
self, **kwargs: Unpack[GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef]
|
|
635
641
|
) -> GetPermissionsBoundaryForPermissionSetResponseTypeDef:
|
|
636
642
|
"""
|
|
637
|
-
Obtains the permissions boundary for a specified
|
|
643
|
+
Obtains the permissions boundary for a specified <a>PermissionSet</a>.
|
|
638
644
|
|
|
639
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_permissions_boundary_for_permission_set.html)
|
|
640
646
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_permissions_boundary_for_permission_set)
|
|
641
647
|
"""
|
|
642
648
|
|
|
643
649
|
def list_account_assignment_creation_status(
|
|
644
|
-
self,
|
|
645
|
-
*,
|
|
646
|
-
InstanceArn: str,
|
|
647
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
648
|
-
MaxResults: int = ...,
|
|
649
|
-
NextToken: str = ...
|
|
650
|
+
self, **kwargs: Unpack[ListAccountAssignmentCreationStatusRequestRequestTypeDef]
|
|
650
651
|
) -> ListAccountAssignmentCreationStatusResponseTypeDef:
|
|
651
652
|
"""
|
|
652
653
|
Lists the status of the Amazon Web Services account assignment creation
|
|
653
|
-
requests for a specified IAM Identity Center
|
|
654
|
-
instance.
|
|
654
|
+
requests for a specified IAM Identity Center instance.
|
|
655
655
|
|
|
656
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
656
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignment_creation_status.html)
|
|
657
657
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignment_creation_status)
|
|
658
658
|
"""
|
|
659
659
|
|
|
660
660
|
def list_account_assignment_deletion_status(
|
|
661
|
-
self,
|
|
662
|
-
*,
|
|
663
|
-
InstanceArn: str,
|
|
664
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
665
|
-
MaxResults: int = ...,
|
|
666
|
-
NextToken: str = ...
|
|
661
|
+
self, **kwargs: Unpack[ListAccountAssignmentDeletionStatusRequestRequestTypeDef]
|
|
667
662
|
) -> ListAccountAssignmentDeletionStatusResponseTypeDef:
|
|
668
663
|
"""
|
|
669
664
|
Lists the status of the Amazon Web Services account assignment deletion
|
|
670
|
-
requests for a specified IAM Identity Center
|
|
671
|
-
instance.
|
|
665
|
+
requests for a specified IAM Identity Center instance.
|
|
672
666
|
|
|
673
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
667
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignment_deletion_status.html)
|
|
674
668
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignment_deletion_status)
|
|
675
669
|
"""
|
|
676
670
|
|
|
677
671
|
def list_account_assignments(
|
|
678
|
-
self,
|
|
679
|
-
*,
|
|
680
|
-
AccountId: str,
|
|
681
|
-
InstanceArn: str,
|
|
682
|
-
PermissionSetArn: str,
|
|
683
|
-
MaxResults: int = ...,
|
|
684
|
-
NextToken: str = ...
|
|
672
|
+
self, **kwargs: Unpack[ListAccountAssignmentsRequestRequestTypeDef]
|
|
685
673
|
) -> ListAccountAssignmentsResponseTypeDef:
|
|
686
674
|
"""
|
|
687
675
|
Lists the assignee of the specified Amazon Web Services account with the
|
|
688
|
-
specified permission
|
|
689
|
-
set.
|
|
676
|
+
specified permission set.
|
|
690
677
|
|
|
691
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
678
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignments.html)
|
|
692
679
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignments)
|
|
693
680
|
"""
|
|
694
681
|
|
|
695
682
|
def list_account_assignments_for_principal(
|
|
696
|
-
self,
|
|
697
|
-
*,
|
|
698
|
-
InstanceArn: str,
|
|
699
|
-
PrincipalId: str,
|
|
700
|
-
PrincipalType: PrincipalTypeType,
|
|
701
|
-
Filter: ListAccountAssignmentsFilterTypeDef = ...,
|
|
702
|
-
MaxResults: int = ...,
|
|
703
|
-
NextToken: str = ...
|
|
683
|
+
self, **kwargs: Unpack[ListAccountAssignmentsForPrincipalRequestRequestTypeDef]
|
|
704
684
|
) -> ListAccountAssignmentsForPrincipalResponseTypeDef:
|
|
705
685
|
"""
|
|
706
686
|
Retrieves a list of the IAM Identity Center associated Amazon Web Services
|
|
707
|
-
accounts that the principal has access
|
|
708
|
-
to.
|
|
687
|
+
accounts that the principal has access to.
|
|
709
688
|
|
|
710
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
689
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignments_for_principal.html)
|
|
711
690
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignments_for_principal)
|
|
712
691
|
"""
|
|
713
692
|
|
|
714
693
|
def list_accounts_for_provisioned_permission_set(
|
|
715
|
-
self,
|
|
716
|
-
*,
|
|
717
|
-
InstanceArn: str,
|
|
718
|
-
PermissionSetArn: str,
|
|
719
|
-
MaxResults: int = ...,
|
|
720
|
-
NextToken: str = ...,
|
|
721
|
-
ProvisioningStatus: ProvisioningStatusType = ...
|
|
694
|
+
self, **kwargs: Unpack[ListAccountsForProvisionedPermissionSetRequestRequestTypeDef]
|
|
722
695
|
) -> ListAccountsForProvisionedPermissionSetResponseTypeDef:
|
|
723
696
|
"""
|
|
724
697
|
Lists all the Amazon Web Services accounts where the specified permission set
|
|
725
|
-
is
|
|
726
|
-
provisioned.
|
|
698
|
+
is provisioned.
|
|
727
699
|
|
|
728
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
700
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_accounts_for_provisioned_permission_set.html)
|
|
729
701
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_accounts_for_provisioned_permission_set)
|
|
730
702
|
"""
|
|
731
703
|
|
|
732
704
|
def list_application_access_scopes(
|
|
733
|
-
self,
|
|
705
|
+
self, **kwargs: Unpack[ListApplicationAccessScopesRequestRequestTypeDef]
|
|
734
706
|
) -> ListApplicationAccessScopesResponseTypeDef:
|
|
735
707
|
"""
|
|
736
708
|
Lists the access scopes and authorized targets associated with an application.
|
|
737
709
|
|
|
738
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
710
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_access_scopes.html)
|
|
739
711
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_access_scopes)
|
|
740
712
|
"""
|
|
741
713
|
|
|
742
714
|
def list_application_assignments(
|
|
743
|
-
self,
|
|
715
|
+
self, **kwargs: Unpack[ListApplicationAssignmentsRequestRequestTypeDef]
|
|
744
716
|
) -> ListApplicationAssignmentsResponseTypeDef:
|
|
745
717
|
"""
|
|
746
718
|
Lists Amazon Web Services account users that are assigned to an application.
|
|
747
719
|
|
|
748
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
720
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_assignments.html)
|
|
749
721
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_assignments)
|
|
750
722
|
"""
|
|
751
723
|
|
|
752
724
|
def list_application_assignments_for_principal(
|
|
753
|
-
self,
|
|
754
|
-
*,
|
|
755
|
-
InstanceArn: str,
|
|
756
|
-
PrincipalId: str,
|
|
757
|
-
PrincipalType: PrincipalTypeType,
|
|
758
|
-
Filter: ListApplicationAssignmentsFilterTypeDef = ...,
|
|
759
|
-
MaxResults: int = ...,
|
|
760
|
-
NextToken: str = ...
|
|
725
|
+
self, **kwargs: Unpack[ListApplicationAssignmentsForPrincipalRequestRequestTypeDef]
|
|
761
726
|
) -> ListApplicationAssignmentsForPrincipalResponseTypeDef:
|
|
762
727
|
"""
|
|
763
728
|
Lists the applications to which a specified principal is assigned.
|
|
764
729
|
|
|
765
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
730
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_assignments_for_principal.html)
|
|
766
731
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_assignments_for_principal)
|
|
767
732
|
"""
|
|
768
733
|
|
|
769
734
|
def list_application_authentication_methods(
|
|
770
|
-
self,
|
|
735
|
+
self, **kwargs: Unpack[ListApplicationAuthenticationMethodsRequestRequestTypeDef]
|
|
771
736
|
) -> ListApplicationAuthenticationMethodsResponseTypeDef:
|
|
772
737
|
"""
|
|
773
738
|
Lists all of the authentication methods supported by the specified application.
|
|
774
739
|
|
|
775
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
740
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_authentication_methods.html)
|
|
776
741
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_authentication_methods)
|
|
777
742
|
"""
|
|
778
743
|
|
|
779
744
|
def list_application_grants(
|
|
780
|
-
self,
|
|
745
|
+
self, **kwargs: Unpack[ListApplicationGrantsRequestRequestTypeDef]
|
|
781
746
|
) -> ListApplicationGrantsResponseTypeDef:
|
|
782
747
|
"""
|
|
783
748
|
List the grants associated with an application.
|
|
784
749
|
|
|
785
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
750
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_grants.html)
|
|
786
751
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_grants)
|
|
787
752
|
"""
|
|
788
753
|
|
|
789
754
|
def list_application_providers(
|
|
790
|
-
self,
|
|
755
|
+
self, **kwargs: Unpack[ListApplicationProvidersRequestRequestTypeDef]
|
|
791
756
|
) -> ListApplicationProvidersResponseTypeDef:
|
|
792
757
|
"""
|
|
793
758
|
Lists the application providers configured in the IAM Identity Center identity
|
|
794
759
|
store.
|
|
795
760
|
|
|
796
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
761
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_providers.html)
|
|
797
762
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_providers)
|
|
798
763
|
"""
|
|
799
764
|
|
|
800
765
|
def list_applications(
|
|
801
|
-
self,
|
|
802
|
-
*,
|
|
803
|
-
InstanceArn: str,
|
|
804
|
-
Filter: ListApplicationsFilterTypeDef = ...,
|
|
805
|
-
MaxResults: int = ...,
|
|
806
|
-
NextToken: str = ...
|
|
766
|
+
self, **kwargs: Unpack[ListApplicationsRequestRequestTypeDef]
|
|
807
767
|
) -> ListApplicationsResponseTypeDef:
|
|
808
768
|
"""
|
|
809
769
|
Lists all applications associated with the instance of IAM Identity Center.
|
|
810
770
|
|
|
811
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
771
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_applications.html)
|
|
812
772
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_applications)
|
|
813
773
|
"""
|
|
814
774
|
|
|
815
775
|
def list_customer_managed_policy_references_in_permission_set(
|
|
816
776
|
self,
|
|
817
|
-
|
|
818
|
-
InstanceArn: str,
|
|
819
|
-
PermissionSetArn: str,
|
|
820
|
-
MaxResults: int = ...,
|
|
821
|
-
NextToken: str = ...
|
|
777
|
+
**kwargs: Unpack[ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef],
|
|
822
778
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef:
|
|
823
779
|
"""
|
|
824
|
-
Lists all customer managed policies attached to a specified
|
|
780
|
+
Lists all customer managed policies attached to a specified
|
|
781
|
+
<a>PermissionSet</a>.
|
|
825
782
|
|
|
826
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
783
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_customer_managed_policy_references_in_permission_set.html)
|
|
827
784
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_customer_managed_policy_references_in_permission_set)
|
|
828
785
|
"""
|
|
829
786
|
|
|
830
787
|
def list_instances(
|
|
831
|
-
self,
|
|
788
|
+
self, **kwargs: Unpack[ListInstancesRequestRequestTypeDef]
|
|
832
789
|
) -> ListInstancesResponseTypeDef:
|
|
833
790
|
"""
|
|
834
791
|
Lists the details of the organization and account instances of IAM Identity
|
|
835
|
-
Center that were created in or visible to the account calling this
|
|
836
|
-
API.
|
|
792
|
+
Center that were created in or visible to the account calling this API.
|
|
837
793
|
|
|
838
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
794
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_instances.html)
|
|
839
795
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_instances)
|
|
840
796
|
"""
|
|
841
797
|
|
|
842
798
|
def list_managed_policies_in_permission_set(
|
|
843
|
-
self,
|
|
844
|
-
*,
|
|
845
|
-
InstanceArn: str,
|
|
846
|
-
PermissionSetArn: str,
|
|
847
|
-
MaxResults: int = ...,
|
|
848
|
-
NextToken: str = ...
|
|
799
|
+
self, **kwargs: Unpack[ListManagedPoliciesInPermissionSetRequestRequestTypeDef]
|
|
849
800
|
) -> ListManagedPoliciesInPermissionSetResponseTypeDef:
|
|
850
801
|
"""
|
|
851
802
|
Lists the Amazon Web Services managed policy that is attached to a specified
|
|
852
|
-
permission
|
|
853
|
-
set.
|
|
803
|
+
permission set.
|
|
854
804
|
|
|
855
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
805
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_managed_policies_in_permission_set.html)
|
|
856
806
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_managed_policies_in_permission_set)
|
|
857
807
|
"""
|
|
858
808
|
|
|
859
809
|
def list_permission_set_provisioning_status(
|
|
860
|
-
self,
|
|
861
|
-
*,
|
|
862
|
-
InstanceArn: str,
|
|
863
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
864
|
-
MaxResults: int = ...,
|
|
865
|
-
NextToken: str = ...
|
|
810
|
+
self, **kwargs: Unpack[ListPermissionSetProvisioningStatusRequestRequestTypeDef]
|
|
866
811
|
) -> ListPermissionSetProvisioningStatusResponseTypeDef:
|
|
867
812
|
"""
|
|
868
813
|
Lists the status of the permission set provisioning requests for a specified
|
|
869
|
-
IAM Identity Center
|
|
870
|
-
instance.
|
|
814
|
+
IAM Identity Center instance.
|
|
871
815
|
|
|
872
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
816
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_set_provisioning_status.html)
|
|
873
817
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_set_provisioning_status)
|
|
874
818
|
"""
|
|
875
819
|
|
|
876
820
|
def list_permission_sets(
|
|
877
|
-
self,
|
|
821
|
+
self, **kwargs: Unpack[ListPermissionSetsRequestRequestTypeDef]
|
|
878
822
|
) -> ListPermissionSetsResponseTypeDef:
|
|
879
823
|
"""
|
|
880
|
-
Lists the
|
|
824
|
+
Lists the <a>PermissionSet</a>s in an IAM Identity Center instance.
|
|
881
825
|
|
|
882
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
826
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_sets.html)
|
|
883
827
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets)
|
|
884
828
|
"""
|
|
885
829
|
|
|
886
830
|
def list_permission_sets_provisioned_to_account(
|
|
887
|
-
self,
|
|
888
|
-
*,
|
|
889
|
-
AccountId: str,
|
|
890
|
-
InstanceArn: str,
|
|
891
|
-
MaxResults: int = ...,
|
|
892
|
-
NextToken: str = ...,
|
|
893
|
-
ProvisioningStatus: ProvisioningStatusType = ...
|
|
831
|
+
self, **kwargs: Unpack[ListPermissionSetsProvisionedToAccountRequestRequestTypeDef]
|
|
894
832
|
) -> ListPermissionSetsProvisionedToAccountResponseTypeDef:
|
|
895
833
|
"""
|
|
896
834
|
Lists all the permission sets that are provisioned to a specified Amazon Web
|
|
897
|
-
Services
|
|
898
|
-
account.
|
|
835
|
+
Services account.
|
|
899
836
|
|
|
900
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
837
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_sets_provisioned_to_account.html)
|
|
901
838
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets_provisioned_to_account)
|
|
902
839
|
"""
|
|
903
840
|
|
|
904
841
|
def list_tags_for_resource(
|
|
905
|
-
self,
|
|
842
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
|
|
906
843
|
) -> ListTagsForResourceResponseTypeDef:
|
|
907
844
|
"""
|
|
908
845
|
Lists the tags that are attached to a specified resource.
|
|
909
846
|
|
|
910
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
847
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_tags_for_resource.html)
|
|
911
848
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_tags_for_resource)
|
|
912
849
|
"""
|
|
913
850
|
|
|
914
851
|
def list_trusted_token_issuers(
|
|
915
|
-
self,
|
|
852
|
+
self, **kwargs: Unpack[ListTrustedTokenIssuersRequestRequestTypeDef]
|
|
916
853
|
) -> ListTrustedTokenIssuersResponseTypeDef:
|
|
917
854
|
"""
|
|
918
855
|
Lists all the trusted token issuers configured in an instance of IAM Identity
|
|
919
856
|
Center.
|
|
920
857
|
|
|
921
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
858
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_trusted_token_issuers.html)
|
|
922
859
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_trusted_token_issuers)
|
|
923
860
|
"""
|
|
924
861
|
|
|
925
862
|
def provision_permission_set(
|
|
926
|
-
self,
|
|
927
|
-
*,
|
|
928
|
-
InstanceArn: str,
|
|
929
|
-
PermissionSetArn: str,
|
|
930
|
-
TargetType: ProvisionTargetTypeType,
|
|
931
|
-
TargetId: str = ...
|
|
863
|
+
self, **kwargs: Unpack[ProvisionPermissionSetRequestRequestTypeDef]
|
|
932
864
|
) -> ProvisionPermissionSetResponseTypeDef:
|
|
933
865
|
"""
|
|
934
866
|
The process by which a specified permission set is provisioned to the specified
|
|
935
867
|
target.
|
|
936
868
|
|
|
937
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
869
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/provision_permission_set.html)
|
|
938
870
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#provision_permission_set)
|
|
939
871
|
"""
|
|
940
872
|
|
|
941
873
|
def put_application_access_scope(
|
|
942
|
-
self,
|
|
874
|
+
self, **kwargs: Unpack[PutApplicationAccessScopeRequestRequestTypeDef]
|
|
943
875
|
) -> EmptyResponseMetadataTypeDef:
|
|
944
876
|
"""
|
|
945
877
|
Adds or updates the list of authorized targets for an IAM Identity Center
|
|
946
|
-
access scope for an
|
|
947
|
-
application.
|
|
878
|
+
access scope for an application.
|
|
948
879
|
|
|
949
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
880
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_access_scope.html)
|
|
950
881
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_access_scope)
|
|
951
882
|
"""
|
|
952
883
|
|
|
953
884
|
def put_application_assignment_configuration(
|
|
954
|
-
self,
|
|
885
|
+
self, **kwargs: Unpack[PutApplicationAssignmentConfigurationRequestRequestTypeDef]
|
|
955
886
|
) -> Dict[str, Any]:
|
|
956
887
|
"""
|
|
957
888
|
Configure how users gain access to an application.
|
|
958
889
|
|
|
959
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
890
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_assignment_configuration.html)
|
|
960
891
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_assignment_configuration)
|
|
961
892
|
"""
|
|
962
893
|
|
|
963
894
|
def put_application_authentication_method(
|
|
964
|
-
self,
|
|
965
|
-
*,
|
|
966
|
-
ApplicationArn: str,
|
|
967
|
-
AuthenticationMethod: AuthenticationMethodTypeDef,
|
|
968
|
-
AuthenticationMethodType: Literal["IAM"]
|
|
895
|
+
self, **kwargs: Unpack[PutApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
969
896
|
) -> EmptyResponseMetadataTypeDef:
|
|
970
897
|
"""
|
|
971
898
|
Adds or updates an authentication method for an application.
|
|
972
899
|
|
|
973
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
900
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_authentication_method.html)
|
|
974
901
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_authentication_method)
|
|
975
902
|
"""
|
|
976
903
|
|
|
977
904
|
def put_application_grant(
|
|
978
|
-
self,
|
|
905
|
+
self, **kwargs: Unpack[PutApplicationGrantRequestRequestTypeDef]
|
|
979
906
|
) -> EmptyResponseMetadataTypeDef:
|
|
980
907
|
"""
|
|
981
908
|
Adds a grant to an application.
|
|
982
909
|
|
|
983
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
910
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
984
911
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_grant)
|
|
985
912
|
"""
|
|
986
913
|
|
|
987
914
|
def put_inline_policy_to_permission_set(
|
|
988
|
-
self,
|
|
915
|
+
self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestRequestTypeDef]
|
|
989
916
|
) -> Dict[str, Any]:
|
|
990
917
|
"""
|
|
991
918
|
Attaches an inline policy to a permission set.
|
|
992
919
|
|
|
993
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
920
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_inline_policy_to_permission_set.html)
|
|
994
921
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_inline_policy_to_permission_set)
|
|
995
922
|
"""
|
|
996
923
|
|
|
997
924
|
def put_permissions_boundary_to_permission_set(
|
|
998
|
-
self,
|
|
999
|
-
*,
|
|
1000
|
-
InstanceArn: str,
|
|
1001
|
-
PermissionSetArn: str,
|
|
1002
|
-
PermissionsBoundary: PermissionsBoundaryTypeDef
|
|
925
|
+
self, **kwargs: Unpack[PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef]
|
|
1003
926
|
) -> Dict[str, Any]:
|
|
1004
927
|
"""
|
|
1005
928
|
Attaches an Amazon Web Services managed or customer managed policy to the
|
|
1006
|
-
specified
|
|
1007
|
-
boundary.
|
|
929
|
+
specified <a>PermissionSet</a> as a permissions boundary.
|
|
1008
930
|
|
|
1009
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
931
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_permissions_boundary_to_permission_set.html)
|
|
1010
932
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_permissions_boundary_to_permission_set)
|
|
1011
933
|
"""
|
|
1012
934
|
|
|
1013
|
-
def tag_resource(
|
|
1014
|
-
self, *, ResourceArn: str, Tags: Sequence[TagTypeDef], InstanceArn: str = ...
|
|
1015
|
-
) -> Dict[str, Any]:
|
|
935
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
1016
936
|
"""
|
|
1017
937
|
Associates a set of tags with a specified resource.
|
|
1018
938
|
|
|
1019
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
939
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/tag_resource.html)
|
|
1020
940
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#tag_resource)
|
|
1021
941
|
"""
|
|
1022
942
|
|
|
1023
943
|
def untag_resource(
|
|
1024
|
-
self,
|
|
944
|
+
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
1025
945
|
) -> Dict[str, Any]:
|
|
1026
946
|
"""
|
|
1027
947
|
Disassociates a set of tags from a specified resource.
|
|
1028
948
|
|
|
1029
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
949
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/untag_resource.html)
|
|
1030
950
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#untag_resource)
|
|
1031
951
|
"""
|
|
1032
952
|
|
|
1033
953
|
def update_application(
|
|
1034
|
-
self,
|
|
1035
|
-
*,
|
|
1036
|
-
ApplicationArn: str,
|
|
1037
|
-
Description: str = ...,
|
|
1038
|
-
Name: str = ...,
|
|
1039
|
-
PortalOptions: UpdateApplicationPortalOptionsTypeDef = ...,
|
|
1040
|
-
Status: ApplicationStatusType = ...
|
|
954
|
+
self, **kwargs: Unpack[UpdateApplicationRequestRequestTypeDef]
|
|
1041
955
|
) -> Dict[str, Any]:
|
|
1042
956
|
"""
|
|
1043
957
|
Updates application properties.
|
|
1044
958
|
|
|
1045
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
959
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_application.html)
|
|
1046
960
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_application)
|
|
1047
961
|
"""
|
|
1048
962
|
|
|
1049
|
-
def update_instance(
|
|
963
|
+
def update_instance(
|
|
964
|
+
self, **kwargs: Unpack[UpdateInstanceRequestRequestTypeDef]
|
|
965
|
+
) -> Dict[str, Any]:
|
|
1050
966
|
"""
|
|
1051
967
|
Update the details for the instance of IAM Identity Center that is owned by the
|
|
1052
|
-
Amazon Web Services
|
|
1053
|
-
account.
|
|
968
|
+
Amazon Web Services account.
|
|
1054
969
|
|
|
1055
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
970
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_instance.html)
|
|
1056
971
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_instance)
|
|
1057
972
|
"""
|
|
1058
973
|
|
|
1059
974
|
def update_instance_access_control_attribute_configuration(
|
|
1060
975
|
self,
|
|
1061
|
-
|
|
1062
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1063
|
-
InstanceArn: str
|
|
976
|
+
**kwargs: Unpack[UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
1064
977
|
) -> Dict[str, Any]:
|
|
1065
978
|
"""
|
|
1066
979
|
Updates the IAM Identity Center identity store attributes that you can use with
|
|
1067
|
-
the IAM Identity Center instance for attributes-based access control
|
|
1068
|
-
(ABAC).
|
|
980
|
+
the IAM Identity Center instance for attributes-based access control (ABAC).
|
|
1069
981
|
|
|
1070
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
982
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_instance_access_control_attribute_configuration.html)
|
|
1071
983
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_instance_access_control_attribute_configuration)
|
|
1072
984
|
"""
|
|
1073
985
|
|
|
1074
986
|
def update_permission_set(
|
|
1075
|
-
self,
|
|
1076
|
-
*,
|
|
1077
|
-
InstanceArn: str,
|
|
1078
|
-
PermissionSetArn: str,
|
|
1079
|
-
Description: str = ...,
|
|
1080
|
-
RelayState: str = ...,
|
|
1081
|
-
SessionDuration: str = ...
|
|
987
|
+
self, **kwargs: Unpack[UpdatePermissionSetRequestRequestTypeDef]
|
|
1082
988
|
) -> Dict[str, Any]:
|
|
1083
989
|
"""
|
|
1084
990
|
Updates an existing permission set.
|
|
1085
991
|
|
|
1086
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
992
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_permission_set.html)
|
|
1087
993
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_permission_set)
|
|
1088
994
|
"""
|
|
1089
995
|
|
|
1090
996
|
def update_trusted_token_issuer(
|
|
1091
|
-
self,
|
|
1092
|
-
*,
|
|
1093
|
-
TrustedTokenIssuerArn: str,
|
|
1094
|
-
Name: str = ...,
|
|
1095
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef = ...
|
|
997
|
+
self, **kwargs: Unpack[UpdateTrustedTokenIssuerRequestRequestTypeDef]
|
|
1096
998
|
) -> Dict[str, Any]:
|
|
1097
999
|
"""
|
|
1098
1000
|
Updates the name of the trusted token issuer, or the path of a source attribute
|
|
1099
|
-
or destination attribute for a trusted token issuer
|
|
1100
|
-
configuration.
|
|
1001
|
+
or destination attribute for a trusted token issuer configuration.
|
|
1101
1002
|
|
|
1102
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
1003
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_trusted_token_issuer.html)
|
|
1103
1004
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_trusted_token_issuer)
|
|
1104
1005
|
"""
|
|
1105
1006
|
|
|
1106
|
-
@overload
|
|
1107
|
-
def get_paginator(
|
|
1007
|
+
@overload # type: ignore[override]
|
|
1008
|
+
def get_paginator( # type: ignore[override]
|
|
1108
1009
|
self, operation_name: Literal["list_account_assignment_creation_status"]
|
|
1109
1010
|
) -> ListAccountAssignmentCreationStatusPaginator:
|
|
1110
1011
|
"""
|
|
1111
|
-
|
|
1012
|
+
Create a paginator for an operation.
|
|
1013
|
+
|
|
1014
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1112
1015
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1113
1016
|
"""
|
|
1114
1017
|
|
|
1115
|
-
@overload
|
|
1116
|
-
def get_paginator(
|
|
1018
|
+
@overload # type: ignore[override]
|
|
1019
|
+
def get_paginator( # type: ignore[override]
|
|
1117
1020
|
self, operation_name: Literal["list_account_assignment_deletion_status"]
|
|
1118
1021
|
) -> ListAccountAssignmentDeletionStatusPaginator:
|
|
1119
1022
|
"""
|
|
1120
|
-
|
|
1023
|
+
Create a paginator for an operation.
|
|
1024
|
+
|
|
1025
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1121
1026
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1122
1027
|
"""
|
|
1123
1028
|
|
|
1124
|
-
@overload
|
|
1125
|
-
def get_paginator(
|
|
1126
|
-
self, operation_name: Literal["
|
|
1127
|
-
) ->
|
|
1029
|
+
@overload # type: ignore[override]
|
|
1030
|
+
def get_paginator( # type: ignore[override]
|
|
1031
|
+
self, operation_name: Literal["list_account_assignments_for_principal"]
|
|
1032
|
+
) -> ListAccountAssignmentsForPrincipalPaginator:
|
|
1128
1033
|
"""
|
|
1129
|
-
|
|
1034
|
+
Create a paginator for an operation.
|
|
1035
|
+
|
|
1036
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1130
1037
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1131
1038
|
"""
|
|
1132
1039
|
|
|
1133
|
-
@overload
|
|
1134
|
-
def get_paginator(
|
|
1135
|
-
self, operation_name: Literal["
|
|
1136
|
-
) ->
|
|
1040
|
+
@overload # type: ignore[override]
|
|
1041
|
+
def get_paginator( # type: ignore[override]
|
|
1042
|
+
self, operation_name: Literal["list_account_assignments"]
|
|
1043
|
+
) -> ListAccountAssignmentsPaginator:
|
|
1137
1044
|
"""
|
|
1138
|
-
|
|
1045
|
+
Create a paginator for an operation.
|
|
1046
|
+
|
|
1047
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1139
1048
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1140
1049
|
"""
|
|
1141
1050
|
|
|
1142
|
-
@overload
|
|
1143
|
-
def get_paginator(
|
|
1051
|
+
@overload # type: ignore[override]
|
|
1052
|
+
def get_paginator( # type: ignore[override]
|
|
1144
1053
|
self, operation_name: Literal["list_accounts_for_provisioned_permission_set"]
|
|
1145
1054
|
) -> ListAccountsForProvisionedPermissionSetPaginator:
|
|
1146
1055
|
"""
|
|
1147
|
-
|
|
1056
|
+
Create a paginator for an operation.
|
|
1057
|
+
|
|
1058
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1148
1059
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1149
1060
|
"""
|
|
1150
1061
|
|
|
1151
|
-
@overload
|
|
1152
|
-
def get_paginator(
|
|
1062
|
+
@overload # type: ignore[override]
|
|
1063
|
+
def get_paginator( # type: ignore[override]
|
|
1153
1064
|
self, operation_name: Literal["list_application_access_scopes"]
|
|
1154
1065
|
) -> ListApplicationAccessScopesPaginator:
|
|
1155
1066
|
"""
|
|
1156
|
-
|
|
1067
|
+
Create a paginator for an operation.
|
|
1068
|
+
|
|
1069
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1157
1070
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1158
1071
|
"""
|
|
1159
1072
|
|
|
1160
|
-
@overload
|
|
1161
|
-
def get_paginator(
|
|
1162
|
-
self, operation_name: Literal["
|
|
1163
|
-
) ->
|
|
1073
|
+
@overload # type: ignore[override]
|
|
1074
|
+
def get_paginator( # type: ignore[override]
|
|
1075
|
+
self, operation_name: Literal["list_application_assignments_for_principal"]
|
|
1076
|
+
) -> ListApplicationAssignmentsForPrincipalPaginator:
|
|
1164
1077
|
"""
|
|
1165
|
-
|
|
1078
|
+
Create a paginator for an operation.
|
|
1079
|
+
|
|
1080
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1166
1081
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1167
1082
|
"""
|
|
1168
1083
|
|
|
1169
|
-
@overload
|
|
1170
|
-
def get_paginator(
|
|
1171
|
-
self, operation_name: Literal["
|
|
1172
|
-
) ->
|
|
1084
|
+
@overload # type: ignore[override]
|
|
1085
|
+
def get_paginator( # type: ignore[override]
|
|
1086
|
+
self, operation_name: Literal["list_application_assignments"]
|
|
1087
|
+
) -> ListApplicationAssignmentsPaginator:
|
|
1173
1088
|
"""
|
|
1174
|
-
|
|
1089
|
+
Create a paginator for an operation.
|
|
1090
|
+
|
|
1091
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1175
1092
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1176
1093
|
"""
|
|
1177
1094
|
|
|
1178
|
-
@overload
|
|
1179
|
-
def get_paginator(
|
|
1095
|
+
@overload # type: ignore[override]
|
|
1096
|
+
def get_paginator( # type: ignore[override]
|
|
1180
1097
|
self, operation_name: Literal["list_application_authentication_methods"]
|
|
1181
1098
|
) -> ListApplicationAuthenticationMethodsPaginator:
|
|
1182
1099
|
"""
|
|
1183
|
-
|
|
1100
|
+
Create a paginator for an operation.
|
|
1101
|
+
|
|
1102
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1184
1103
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1185
1104
|
"""
|
|
1186
1105
|
|
|
1187
|
-
@overload
|
|
1188
|
-
def get_paginator(
|
|
1106
|
+
@overload # type: ignore[override]
|
|
1107
|
+
def get_paginator( # type: ignore[override]
|
|
1189
1108
|
self, operation_name: Literal["list_application_grants"]
|
|
1190
1109
|
) -> ListApplicationGrantsPaginator:
|
|
1191
1110
|
"""
|
|
1192
|
-
|
|
1111
|
+
Create a paginator for an operation.
|
|
1112
|
+
|
|
1113
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1193
1114
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1194
1115
|
"""
|
|
1195
1116
|
|
|
1196
|
-
@overload
|
|
1197
|
-
def get_paginator(
|
|
1117
|
+
@overload # type: ignore[override]
|
|
1118
|
+
def get_paginator( # type: ignore[override]
|
|
1198
1119
|
self, operation_name: Literal["list_application_providers"]
|
|
1199
1120
|
) -> ListApplicationProvidersPaginator:
|
|
1200
1121
|
"""
|
|
1201
|
-
|
|
1122
|
+
Create a paginator for an operation.
|
|
1123
|
+
|
|
1124
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1202
1125
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1203
1126
|
"""
|
|
1204
1127
|
|
|
1205
|
-
@overload
|
|
1206
|
-
def get_paginator(
|
|
1128
|
+
@overload # type: ignore[override]
|
|
1129
|
+
def get_paginator( # type: ignore[override]
|
|
1207
1130
|
self, operation_name: Literal["list_applications"]
|
|
1208
1131
|
) -> ListApplicationsPaginator:
|
|
1209
1132
|
"""
|
|
1210
|
-
|
|
1133
|
+
Create a paginator for an operation.
|
|
1134
|
+
|
|
1135
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1211
1136
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1212
1137
|
"""
|
|
1213
1138
|
|
|
1214
|
-
@overload
|
|
1215
|
-
def get_paginator(
|
|
1139
|
+
@overload # type: ignore[override]
|
|
1140
|
+
def get_paginator( # type: ignore[override]
|
|
1216
1141
|
self, operation_name: Literal["list_customer_managed_policy_references_in_permission_set"]
|
|
1217
1142
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetPaginator:
|
|
1218
1143
|
"""
|
|
1219
|
-
|
|
1144
|
+
Create a paginator for an operation.
|
|
1145
|
+
|
|
1146
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1220
1147
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1221
1148
|
"""
|
|
1222
1149
|
|
|
1223
|
-
@overload
|
|
1224
|
-
def get_paginator(
|
|
1150
|
+
@overload # type: ignore[override]
|
|
1151
|
+
def get_paginator( # type: ignore[override]
|
|
1152
|
+
self, operation_name: Literal["list_instances"]
|
|
1153
|
+
) -> ListInstancesPaginator:
|
|
1225
1154
|
"""
|
|
1226
|
-
|
|
1155
|
+
Create a paginator for an operation.
|
|
1156
|
+
|
|
1157
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1227
1158
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1228
1159
|
"""
|
|
1229
1160
|
|
|
1230
|
-
@overload
|
|
1231
|
-
def get_paginator(
|
|
1161
|
+
@overload # type: ignore[override]
|
|
1162
|
+
def get_paginator( # type: ignore[override]
|
|
1232
1163
|
self, operation_name: Literal["list_managed_policies_in_permission_set"]
|
|
1233
1164
|
) -> ListManagedPoliciesInPermissionSetPaginator:
|
|
1234
1165
|
"""
|
|
1235
|
-
|
|
1166
|
+
Create a paginator for an operation.
|
|
1167
|
+
|
|
1168
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1236
1169
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1237
1170
|
"""
|
|
1238
1171
|
|
|
1239
|
-
@overload
|
|
1240
|
-
def get_paginator(
|
|
1172
|
+
@overload # type: ignore[override]
|
|
1173
|
+
def get_paginator( # type: ignore[override]
|
|
1241
1174
|
self, operation_name: Literal["list_permission_set_provisioning_status"]
|
|
1242
1175
|
) -> ListPermissionSetProvisioningStatusPaginator:
|
|
1243
1176
|
"""
|
|
1244
|
-
|
|
1177
|
+
Create a paginator for an operation.
|
|
1178
|
+
|
|
1179
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1245
1180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1246
1181
|
"""
|
|
1247
1182
|
|
|
1248
|
-
@overload
|
|
1249
|
-
def get_paginator(
|
|
1183
|
+
@overload # type: ignore[override]
|
|
1184
|
+
def get_paginator( # type: ignore[override]
|
|
1250
1185
|
self, operation_name: Literal["list_permission_sets"]
|
|
1251
1186
|
) -> ListPermissionSetsPaginator:
|
|
1252
1187
|
"""
|
|
1253
|
-
|
|
1188
|
+
Create a paginator for an operation.
|
|
1189
|
+
|
|
1190
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1254
1191
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1255
1192
|
"""
|
|
1256
1193
|
|
|
1257
|
-
@overload
|
|
1258
|
-
def get_paginator(
|
|
1194
|
+
@overload # type: ignore[override]
|
|
1195
|
+
def get_paginator( # type: ignore[override]
|
|
1259
1196
|
self, operation_name: Literal["list_permission_sets_provisioned_to_account"]
|
|
1260
1197
|
) -> ListPermissionSetsProvisionedToAccountPaginator:
|
|
1261
1198
|
"""
|
|
1262
|
-
|
|
1199
|
+
Create a paginator for an operation.
|
|
1200
|
+
|
|
1201
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1263
1202
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1264
1203
|
"""
|
|
1265
1204
|
|
|
1266
|
-
@overload
|
|
1267
|
-
def get_paginator(
|
|
1205
|
+
@overload # type: ignore[override]
|
|
1206
|
+
def get_paginator( # type: ignore[override]
|
|
1268
1207
|
self, operation_name: Literal["list_tags_for_resource"]
|
|
1269
1208
|
) -> ListTagsForResourcePaginator:
|
|
1270
1209
|
"""
|
|
1271
|
-
|
|
1210
|
+
Create a paginator for an operation.
|
|
1211
|
+
|
|
1212
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1272
1213
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1273
1214
|
"""
|
|
1274
1215
|
|
|
1275
|
-
@overload
|
|
1276
|
-
def get_paginator(
|
|
1216
|
+
@overload # type: ignore[override]
|
|
1217
|
+
def get_paginator( # type: ignore[override]
|
|
1277
1218
|
self, operation_name: Literal["list_trusted_token_issuers"]
|
|
1278
1219
|
) -> ListTrustedTokenIssuersPaginator:
|
|
1279
1220
|
"""
|
|
1280
|
-
|
|
1221
|
+
Create a paginator for an operation.
|
|
1222
|
+
|
|
1223
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1281
1224
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1282
1225
|
"""
|