aws-sdk-ssoadmin 1.19.0 → 1.20.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +211 -218
- data/lib/aws-sdk-ssoadmin/types.rb +200 -208
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- metadata +2 -2
@@ -10,13 +10,13 @@
|
|
10
10
|
module Aws::SSOAdmin
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# These are
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
#
|
18
|
-
#
|
19
|
-
#
|
13
|
+
# These are IAM Identity Center identity store attributes that you can
|
14
|
+
# configure for use in attributes-based access control (ABAC). You can
|
15
|
+
# create permissions policies that determine who can access your AWS
|
16
|
+
# resources based upon the configured attribute values. When you enable
|
17
|
+
# ABAC and specify `AccessControlAttributes`, IAM Identity Center passes
|
18
|
+
# the attribute values of the authenticated user into IAM for use in
|
19
|
+
# policy evaluation.
|
20
20
|
#
|
21
21
|
# @note When making an API call, you may pass AccessControlAttribute
|
22
22
|
# data as a hash:
|
@@ -31,7 +31,7 @@ module Aws::SSOAdmin
|
|
31
31
|
# @!attribute [rw] key
|
32
32
|
# The name of the attribute associated with your identities in your
|
33
33
|
# identity source. This is used to map a specified attribute in your
|
34
|
-
# identity source with an attribute in
|
34
|
+
# identity source with an attribute in IAM Identity Center.
|
35
35
|
# @return [String]
|
36
36
|
#
|
37
37
|
# @!attribute [rw] value
|
@@ -49,8 +49,8 @@ module Aws::SSOAdmin
|
|
49
49
|
end
|
50
50
|
|
51
51
|
# The value used for mapping a specified attribute to an identity
|
52
|
-
# source. For more information, see [Attribute mappings][1] in the
|
53
|
-
#
|
52
|
+
# source. For more information, see [Attribute mappings][1] in the *IAM
|
53
|
+
# Identity Center User Guide*.
|
54
54
|
#
|
55
55
|
#
|
56
56
|
#
|
@@ -64,8 +64,8 @@ module Aws::SSOAdmin
|
|
64
64
|
# }
|
65
65
|
#
|
66
66
|
# @!attribute [rw] source
|
67
|
-
# The identity source to use when mapping a specified attribute to
|
68
|
-
#
|
67
|
+
# The identity source to use when mapping a specified attribute to IAM
|
68
|
+
# Identity Center.
|
69
69
|
# @return [Array<String>]
|
70
70
|
#
|
71
71
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AccessControlAttributeValue AWS API Documentation
|
@@ -90,22 +90,22 @@ module Aws::SSOAdmin
|
|
90
90
|
end
|
91
91
|
|
92
92
|
# The assignment that indicates a principal's limited access to a
|
93
|
-
# specified
|
93
|
+
# specified AWS account with a specified permission set.
|
94
94
|
#
|
95
95
|
# <note markdown="1"> The term *principal* here refers to a user or group that is defined in
|
96
|
-
#
|
96
|
+
# IAM Identity Center.
|
97
97
|
#
|
98
98
|
# </note>
|
99
99
|
#
|
100
100
|
# @!attribute [rw] account_id
|
101
|
-
# The identifier of the
|
101
|
+
# The identifier of the AWS account.
|
102
102
|
# @return [String]
|
103
103
|
#
|
104
104
|
# @!attribute [rw] permission_set_arn
|
105
105
|
# The ARN of the permission set. For more information about ARNs, see
|
106
|
-
# [Amazon Resource Names (ARNs) and
|
106
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
107
107
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
108
|
-
# *
|
108
|
+
# *AWS General Reference*.
|
109
109
|
# @return [String]
|
110
110
|
#
|
111
111
|
# @!attribute [rw] principal_type
|
@@ -113,11 +113,11 @@ module Aws::SSOAdmin
|
|
113
113
|
# @return [String]
|
114
114
|
#
|
115
115
|
# @!attribute [rw] principal_id
|
116
|
-
# An identifier for an object in
|
117
|
-
#
|
116
|
+
# An identifier for an object in IAM Identity Center, such as a user
|
117
|
+
# or group. PrincipalIds are GUIDs (For example,
|
118
118
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
119
|
-
# PrincipalIds in
|
120
|
-
#
|
119
|
+
# PrincipalIds in IAM Identity Center, see the [IAM Identity Center
|
120
|
+
# Identity Store API
|
121
121
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
122
122
|
# @return [String]
|
123
123
|
#
|
@@ -150,8 +150,8 @@ module Aws::SSOAdmin
|
|
150
150
|
# @return [String]
|
151
151
|
#
|
152
152
|
# @!attribute [rw] target_id
|
153
|
-
# TargetID is an
|
154
|
-
#
|
153
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
154
|
+
# string (For example, 123456789012).
|
155
155
|
# @return [String]
|
156
156
|
#
|
157
157
|
# @!attribute [rw] target_type
|
@@ -160,9 +160,9 @@ module Aws::SSOAdmin
|
|
160
160
|
#
|
161
161
|
# @!attribute [rw] permission_set_arn
|
162
162
|
# The ARN of the permission set. For more information about ARNs, see
|
163
|
-
# [Amazon Resource Names (ARNs) and
|
163
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
164
164
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
165
|
-
# *
|
165
|
+
# *AWS General Reference*.
|
166
166
|
# @return [String]
|
167
167
|
#
|
168
168
|
# @!attribute [rw] principal_type
|
@@ -170,11 +170,11 @@ module Aws::SSOAdmin
|
|
170
170
|
# @return [String]
|
171
171
|
#
|
172
172
|
# @!attribute [rw] principal_id
|
173
|
-
# An identifier for an object in
|
174
|
-
#
|
173
|
+
# An identifier for an object in IAM Identity Center, such as a user
|
174
|
+
# or group. PrincipalIds are GUIDs (For example,
|
175
175
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
176
|
-
# PrincipalIds in
|
177
|
-
#
|
176
|
+
# PrincipalIds in IAM Identity Center, see the [IAM Identity Center
|
177
|
+
# Identity Store API
|
178
178
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
179
179
|
# @return [String]
|
180
180
|
#
|
@@ -236,7 +236,7 @@ module Aws::SSOAdmin
|
|
236
236
|
# }
|
237
237
|
#
|
238
238
|
# @!attribute [rw] instance_arn
|
239
|
-
# The ARN of the
|
239
|
+
# The ARN of the IAM Identity Center instance under which the
|
240
240
|
# operation will be executed.
|
241
241
|
# @return [String]
|
242
242
|
#
|
@@ -246,8 +246,8 @@ module Aws::SSOAdmin
|
|
246
246
|
#
|
247
247
|
# @!attribute [rw] customer_managed_policy_reference
|
248
248
|
# Specifies the name and path of a customer managed policy. You must
|
249
|
-
# have an IAM policy that matches the name and path in each
|
250
|
-
#
|
249
|
+
# have an IAM policy that matches the name and path in each AWS
|
250
|
+
# account where you want to deploy your permission set.
|
251
251
|
# @return [Types::CustomerManagedPolicyReference]
|
252
252
|
#
|
253
253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AttachCustomerManagedPolicyReferenceToPermissionSetRequest AWS API Documentation
|
@@ -274,11 +274,11 @@ module Aws::SSOAdmin
|
|
274
274
|
# }
|
275
275
|
#
|
276
276
|
# @!attribute [rw] instance_arn
|
277
|
-
# The ARN of the
|
277
|
+
# The ARN of the IAM Identity Center instance under which the
|
278
278
|
# operation will be executed. For more information about ARNs, see
|
279
|
-
# [Amazon Resource Names (ARNs) and
|
279
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
280
280
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
281
|
-
# *
|
281
|
+
# *AWS General Reference*.
|
282
282
|
# @return [String]
|
283
283
|
#
|
284
284
|
# @!attribute [rw] permission_set_arn
|
@@ -287,8 +287,7 @@ module Aws::SSOAdmin
|
|
287
287
|
# @return [String]
|
288
288
|
#
|
289
289
|
# @!attribute [rw] managed_policy_arn
|
290
|
-
# The
|
291
|
-
# permission set.
|
290
|
+
# The AWS managed policy ARN to be attached to a permission set.
|
292
291
|
# @return [String]
|
293
292
|
#
|
294
293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AttachManagedPolicyToPermissionSetRequest AWS API Documentation
|
@@ -305,19 +304,17 @@ module Aws::SSOAdmin
|
|
305
304
|
#
|
306
305
|
class AttachManagedPolicyToPermissionSetResponse < Aws::EmptyStructure; end
|
307
306
|
|
308
|
-
# A structure that stores the details of the
|
309
|
-
# policy.
|
307
|
+
# A structure that stores the details of the AWS managed policy.
|
310
308
|
#
|
311
309
|
# @!attribute [rw] name
|
312
|
-
# The name of the
|
310
|
+
# The name of the AWS managed policy.
|
313
311
|
# @return [String]
|
314
312
|
#
|
315
313
|
# @!attribute [rw] arn
|
316
|
-
# The ARN of the
|
317
|
-
#
|
318
|
-
# Web Services Service
|
314
|
+
# The ARN of the AWS managed policy. For more information about ARNs,
|
315
|
+
# see [Amazon Resource Names (ARNs) and AWS Service
|
319
316
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
320
|
-
# *
|
317
|
+
# *AWS General Reference*.
|
321
318
|
# @return [String]
|
322
319
|
#
|
323
320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AttachedManagedPolicy AWS API Documentation
|
@@ -359,16 +356,16 @@ module Aws::SSOAdmin
|
|
359
356
|
# }
|
360
357
|
#
|
361
358
|
# @!attribute [rw] instance_arn
|
362
|
-
# The ARN of the
|
359
|
+
# The ARN of the IAM Identity Center instance under which the
|
363
360
|
# operation will be executed. For more information about ARNs, see
|
364
|
-
# [Amazon Resource Names (ARNs) and
|
361
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
365
362
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
366
|
-
# *
|
363
|
+
# *AWS General Reference*.
|
367
364
|
# @return [String]
|
368
365
|
#
|
369
366
|
# @!attribute [rw] target_id
|
370
|
-
# TargetID is an
|
371
|
-
#
|
367
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
368
|
+
# string (For example, 123456789012).
|
372
369
|
# @return [String]
|
373
370
|
#
|
374
371
|
# @!attribute [rw] target_type
|
@@ -385,11 +382,11 @@ module Aws::SSOAdmin
|
|
385
382
|
# @return [String]
|
386
383
|
#
|
387
384
|
# @!attribute [rw] principal_id
|
388
|
-
# An identifier for an object in
|
389
|
-
#
|
385
|
+
# An identifier for an object in IAM Identity Center, such as a user
|
386
|
+
# or group. PrincipalIds are GUIDs (For example,
|
390
387
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
391
|
-
# PrincipalIds in
|
392
|
-
#
|
388
|
+
# PrincipalIds in IAM Identity Center, see the [IAM Identity Center
|
389
|
+
# Identity Store API
|
393
390
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
394
391
|
# @return [String]
|
395
392
|
#
|
@@ -436,19 +433,19 @@ module Aws::SSOAdmin
|
|
436
433
|
# }
|
437
434
|
#
|
438
435
|
# @!attribute [rw] instance_arn
|
439
|
-
# The ARN of the
|
436
|
+
# The ARN of the IAM Identity Center instance under which the
|
440
437
|
# operation will be executed.
|
441
438
|
# @return [String]
|
442
439
|
#
|
443
440
|
# @!attribute [rw] instance_access_control_attribute_configuration
|
444
|
-
# Specifies the
|
445
|
-
#
|
446
|
-
#
|
447
|
-
#
|
448
|
-
# attributes from the
|
449
|
-
#
|
450
|
-
#
|
451
|
-
#
|
441
|
+
# Specifies the IAM Identity Center identity store attributes to add
|
442
|
+
# to your ABAC configuration. When using an external identity provider
|
443
|
+
# as an identity source, you can pass attributes through the SAML
|
444
|
+
# assertion. Doing so provides an alternative to configuring
|
445
|
+
# attributes from the IAM Identity Center identity store. If a SAML
|
446
|
+
# assertion passes any of these attributes, IAM Identity Center will
|
447
|
+
# replace the attribute value with the value from the IAM Identity
|
448
|
+
# Center identity store.
|
452
449
|
# @return [Types::InstanceAccessControlAttributeConfiguration]
|
453
450
|
#
|
454
451
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/CreateInstanceAccessControlAttributeConfigurationRequest AWS API Documentation
|
@@ -490,11 +487,11 @@ module Aws::SSOAdmin
|
|
490
487
|
# @return [String]
|
491
488
|
#
|
492
489
|
# @!attribute [rw] instance_arn
|
493
|
-
# The ARN of the
|
490
|
+
# The ARN of the IAM Identity Center instance under which the
|
494
491
|
# operation will be executed. For more information about ARNs, see
|
495
|
-
# [Amazon Resource Names (ARNs) and
|
492
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
496
493
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
497
|
-
# *
|
494
|
+
# *AWS General Reference*.
|
498
495
|
# @return [String]
|
499
496
|
#
|
500
497
|
# @!attribute [rw] session_duration
|
@@ -525,7 +522,7 @@ module Aws::SSOAdmin
|
|
525
522
|
end
|
526
523
|
|
527
524
|
# @!attribute [rw] permission_set
|
528
|
-
# Defines the level of access on an
|
525
|
+
# Defines the level of access on an AWS account.
|
529
526
|
# @return [Types::PermissionSet]
|
530
527
|
#
|
531
528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/CreatePermissionSetResponse AWS API Documentation
|
@@ -537,8 +534,8 @@ module Aws::SSOAdmin
|
|
537
534
|
end
|
538
535
|
|
539
536
|
# Specifies the name and path of a customer managed policy. You must
|
540
|
-
# have an IAM policy that matches the name and path in each
|
541
|
-
#
|
537
|
+
# have an IAM policy that matches the name and path in each AWS account
|
538
|
+
# where you want to deploy your permission set.
|
542
539
|
#
|
543
540
|
# @note When making an API call, you may pass CustomerManagedPolicyReference
|
544
541
|
# data as a hash:
|
@@ -556,8 +553,8 @@ module Aws::SSOAdmin
|
|
556
553
|
# @!attribute [rw] path
|
557
554
|
# The path to the IAM policy that you have configured in each account
|
558
555
|
# where you want to deploy your permission set. The default is `/`.
|
559
|
-
# For more information, see [Friendly names and paths][1] in the
|
560
|
-
#
|
556
|
+
# For more information, see [Friendly names and paths][1] in the *IAM
|
557
|
+
# User Guide*.
|
561
558
|
#
|
562
559
|
#
|
563
560
|
#
|
@@ -586,16 +583,16 @@ module Aws::SSOAdmin
|
|
586
583
|
# }
|
587
584
|
#
|
588
585
|
# @!attribute [rw] instance_arn
|
589
|
-
# The ARN of the
|
586
|
+
# The ARN of the IAM Identity Center instance under which the
|
590
587
|
# operation will be executed. For more information about ARNs, see
|
591
|
-
# [Amazon Resource Names (ARNs) and
|
588
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
592
589
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
593
|
-
# *
|
590
|
+
# *AWS General Reference*.
|
594
591
|
# @return [String]
|
595
592
|
#
|
596
593
|
# @!attribute [rw] target_id
|
597
|
-
# TargetID is an
|
598
|
-
#
|
594
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
595
|
+
# string (For example, 123456789012).
|
599
596
|
# @return [String]
|
600
597
|
#
|
601
598
|
# @!attribute [rw] target_type
|
@@ -611,11 +608,11 @@ module Aws::SSOAdmin
|
|
611
608
|
# @return [String]
|
612
609
|
#
|
613
610
|
# @!attribute [rw] principal_id
|
614
|
-
# An identifier for an object in
|
615
|
-
#
|
611
|
+
# An identifier for an object in IAM Identity Center, such as a user
|
612
|
+
# or group. PrincipalIds are GUIDs (For example,
|
616
613
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
617
|
-
# PrincipalIds in
|
618
|
-
#
|
614
|
+
# PrincipalIds in IAM Identity Center, see the [IAM Identity Center
|
615
|
+
# Identity Store API
|
619
616
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
620
617
|
# @return [String]
|
621
618
|
#
|
@@ -653,11 +650,11 @@ module Aws::SSOAdmin
|
|
653
650
|
# }
|
654
651
|
#
|
655
652
|
# @!attribute [rw] instance_arn
|
656
|
-
# The ARN of the
|
653
|
+
# The ARN of the IAM Identity Center instance under which the
|
657
654
|
# operation will be executed. For more information about ARNs, see
|
658
|
-
# [Amazon Resource Names (ARNs) and
|
655
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
659
656
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
660
|
-
# *
|
657
|
+
# *AWS General Reference*.
|
661
658
|
# @return [String]
|
662
659
|
#
|
663
660
|
# @!attribute [rw] permission_set_arn
|
@@ -685,7 +682,7 @@ module Aws::SSOAdmin
|
|
685
682
|
# }
|
686
683
|
#
|
687
684
|
# @!attribute [rw] instance_arn
|
688
|
-
# The ARN of the
|
685
|
+
# The ARN of the IAM Identity Center instance under which the
|
689
686
|
# operation will be executed.
|
690
687
|
# @return [String]
|
691
688
|
#
|
@@ -710,11 +707,11 @@ module Aws::SSOAdmin
|
|
710
707
|
# }
|
711
708
|
#
|
712
709
|
# @!attribute [rw] instance_arn
|
713
|
-
# The ARN of the
|
710
|
+
# The ARN of the IAM Identity Center instance under which the
|
714
711
|
# operation will be executed. For more information about ARNs, see
|
715
|
-
# [Amazon Resource Names (ARNs) and
|
712
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
716
713
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
717
|
-
# *
|
714
|
+
# *AWS General Reference*.
|
718
715
|
# @return [String]
|
719
716
|
#
|
720
717
|
# @!attribute [rw] permission_set_arn
|
@@ -743,7 +740,7 @@ module Aws::SSOAdmin
|
|
743
740
|
# }
|
744
741
|
#
|
745
742
|
# @!attribute [rw] instance_arn
|
746
|
-
# The ARN of the
|
743
|
+
# The ARN of the IAM Identity Center instance under which the
|
747
744
|
# operation will be executed.
|
748
745
|
# @return [String]
|
749
746
|
#
|
@@ -773,11 +770,11 @@ module Aws::SSOAdmin
|
|
773
770
|
# }
|
774
771
|
#
|
775
772
|
# @!attribute [rw] instance_arn
|
776
|
-
# The ARN of the
|
773
|
+
# The ARN of the IAM Identity Center instance under which the
|
777
774
|
# operation will be executed. For more information about ARNs, see
|
778
|
-
# [Amazon Resource Names (ARNs) and
|
775
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
779
776
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
780
|
-
# *
|
777
|
+
# *AWS General Reference*.
|
781
778
|
# @return [String]
|
782
779
|
#
|
783
780
|
# @!attribute [rw] account_assignment_creation_request_id
|
@@ -814,11 +811,11 @@ module Aws::SSOAdmin
|
|
814
811
|
# }
|
815
812
|
#
|
816
813
|
# @!attribute [rw] instance_arn
|
817
|
-
# The ARN of the
|
814
|
+
# The ARN of the IAM Identity Center instance under which the
|
818
815
|
# operation will be executed. For more information about ARNs, see
|
819
|
-
# [Amazon Resource Names (ARNs) and
|
816
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
820
817
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
821
|
-
# *
|
818
|
+
# *AWS General Reference*.
|
822
819
|
# @return [String]
|
823
820
|
#
|
824
821
|
# @!attribute [rw] account_assignment_deletion_request_id
|
@@ -854,7 +851,7 @@ module Aws::SSOAdmin
|
|
854
851
|
# }
|
855
852
|
#
|
856
853
|
# @!attribute [rw] instance_arn
|
857
|
-
# The ARN of the
|
854
|
+
# The ARN of the IAM Identity Center instance under which the
|
858
855
|
# operation will be executed.
|
859
856
|
# @return [String]
|
860
857
|
#
|
@@ -876,8 +873,8 @@ module Aws::SSOAdmin
|
|
876
873
|
# @return [String]
|
877
874
|
#
|
878
875
|
# @!attribute [rw] instance_access_control_attribute_configuration
|
879
|
-
# Gets the list of
|
880
|
-
#
|
876
|
+
# Gets the list of IAM Identity Center identity store attributes that
|
877
|
+
# have been added to your ABAC configuration.
|
881
878
|
# @return [Types::InstanceAccessControlAttributeConfiguration]
|
882
879
|
#
|
883
880
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DescribeInstanceAccessControlAttributeConfigurationResponse AWS API Documentation
|
@@ -899,11 +896,11 @@ module Aws::SSOAdmin
|
|
899
896
|
# }
|
900
897
|
#
|
901
898
|
# @!attribute [rw] instance_arn
|
902
|
-
# The ARN of the
|
899
|
+
# The ARN of the IAM Identity Center instance under which the
|
903
900
|
# operation will be executed. For more information about ARNs, see
|
904
|
-
# [Amazon Resource Names (ARNs) and
|
901
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
905
902
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
906
|
-
# *
|
903
|
+
# *AWS General Reference*.
|
907
904
|
# @return [String]
|
908
905
|
#
|
909
906
|
# @!attribute [rw] provision_permission_set_request_id
|
@@ -941,11 +938,11 @@ module Aws::SSOAdmin
|
|
941
938
|
# }
|
942
939
|
#
|
943
940
|
# @!attribute [rw] instance_arn
|
944
|
-
# The ARN of the
|
941
|
+
# The ARN of the IAM Identity Center instance under which the
|
945
942
|
# operation will be executed. For more information about ARNs, see
|
946
|
-
# [Amazon Resource Names (ARNs) and
|
943
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
947
944
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
948
|
-
# *
|
945
|
+
# *AWS General Reference*.
|
949
946
|
# @return [String]
|
950
947
|
#
|
951
948
|
# @!attribute [rw] permission_set_arn
|
@@ -962,7 +959,7 @@ module Aws::SSOAdmin
|
|
962
959
|
end
|
963
960
|
|
964
961
|
# @!attribute [rw] permission_set
|
965
|
-
# Describes the level of access on an
|
962
|
+
# Describes the level of access on an AWS account.
|
966
963
|
# @return [Types::PermissionSet]
|
967
964
|
#
|
968
965
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DescribePermissionSetResponse AWS API Documentation
|
@@ -986,7 +983,7 @@ module Aws::SSOAdmin
|
|
986
983
|
# }
|
987
984
|
#
|
988
985
|
# @!attribute [rw] instance_arn
|
989
|
-
# The ARN of the
|
986
|
+
# The ARN of the IAM Identity Center instance under which the
|
990
987
|
# operation will be executed.
|
991
988
|
# @return [String]
|
992
989
|
#
|
@@ -996,8 +993,8 @@ module Aws::SSOAdmin
|
|
996
993
|
#
|
997
994
|
# @!attribute [rw] customer_managed_policy_reference
|
998
995
|
# Specifies the name and path of a customer managed policy. You must
|
999
|
-
# have an IAM policy that matches the name and path in each
|
1000
|
-
#
|
996
|
+
# have an IAM policy that matches the name and path in each AWS
|
997
|
+
# account where you want to deploy your permission set.
|
1001
998
|
# @return [Types::CustomerManagedPolicyReference]
|
1002
999
|
#
|
1003
1000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DetachCustomerManagedPolicyReferenceFromPermissionSetRequest AWS API Documentation
|
@@ -1024,11 +1021,11 @@ module Aws::SSOAdmin
|
|
1024
1021
|
# }
|
1025
1022
|
#
|
1026
1023
|
# @!attribute [rw] instance_arn
|
1027
|
-
# The ARN of the
|
1024
|
+
# The ARN of the IAM Identity Center instance under which the
|
1028
1025
|
# operation will be executed. For more information about ARNs, see
|
1029
|
-
# [Amazon Resource Names (ARNs) and
|
1026
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1030
1027
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1031
|
-
# *
|
1028
|
+
# *AWS General Reference*.
|
1032
1029
|
# @return [String]
|
1033
1030
|
#
|
1034
1031
|
# @!attribute [rw] permission_set_arn
|
@@ -1037,8 +1034,7 @@ module Aws::SSOAdmin
|
|
1037
1034
|
# @return [String]
|
1038
1035
|
#
|
1039
1036
|
# @!attribute [rw] managed_policy_arn
|
1040
|
-
# The
|
1041
|
-
# permission set.
|
1037
|
+
# The AWS managed policy ARN to be detached from a permission set.
|
1042
1038
|
# @return [String]
|
1043
1039
|
#
|
1044
1040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DetachManagedPolicyFromPermissionSetRequest AWS API Documentation
|
@@ -1064,11 +1060,11 @@ module Aws::SSOAdmin
|
|
1064
1060
|
# }
|
1065
1061
|
#
|
1066
1062
|
# @!attribute [rw] instance_arn
|
1067
|
-
# The ARN of the
|
1063
|
+
# The ARN of the IAM Identity Center instance under which the
|
1068
1064
|
# operation will be executed. For more information about ARNs, see
|
1069
|
-
# [Amazon Resource Names (ARNs) and
|
1065
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1070
1066
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1071
|
-
# *
|
1067
|
+
# *AWS General Reference*.
|
1072
1068
|
# @return [String]
|
1073
1069
|
#
|
1074
1070
|
# @!attribute [rw] permission_set_arn
|
@@ -1105,7 +1101,7 @@ module Aws::SSOAdmin
|
|
1105
1101
|
# }
|
1106
1102
|
#
|
1107
1103
|
# @!attribute [rw] instance_arn
|
1108
|
-
# The ARN of the
|
1104
|
+
# The ARN of the IAM Identity Center instance under which the
|
1109
1105
|
# operation will be executed.
|
1110
1106
|
# @return [String]
|
1111
1107
|
#
|
@@ -1153,7 +1149,7 @@ module Aws::SSOAdmin
|
|
1153
1149
|
#
|
1154
1150
|
# @!attribute [rw] access_control_attributes
|
1155
1151
|
# Lists the attributes that are configured for ABAC in the specified
|
1156
|
-
#
|
1152
|
+
# IAM Identity Center instance.
|
1157
1153
|
# @return [Array<Types::AccessControlAttribute>]
|
1158
1154
|
#
|
1159
1155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/InstanceAccessControlAttributeConfiguration AWS API Documentation
|
@@ -1164,19 +1160,19 @@ module Aws::SSOAdmin
|
|
1164
1160
|
include Aws::Structure
|
1165
1161
|
end
|
1166
1162
|
|
1167
|
-
# Provides information about the
|
1163
|
+
# Provides information about the IAM Identity Center instance.
|
1168
1164
|
#
|
1169
1165
|
# @!attribute [rw] instance_arn
|
1170
|
-
# The ARN of the
|
1166
|
+
# The ARN of the IAM Identity Center instance under which the
|
1171
1167
|
# operation will be executed. For more information about ARNs, see
|
1172
|
-
# [Amazon Resource Names (ARNs) and
|
1168
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1173
1169
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1174
|
-
# *
|
1170
|
+
# *AWS General Reference*.
|
1175
1171
|
# @return [String]
|
1176
1172
|
#
|
1177
1173
|
# @!attribute [rw] identity_store_id
|
1178
|
-
# The identifier of the identity store that is connected to the
|
1179
|
-
#
|
1174
|
+
# The identifier of the identity store that is connected to the IAM
|
1175
|
+
# Identity Center instance.
|
1180
1176
|
# @return [String]
|
1181
1177
|
#
|
1182
1178
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/InstanceMetadata AWS API Documentation
|
@@ -1215,11 +1211,11 @@ module Aws::SSOAdmin
|
|
1215
1211
|
# }
|
1216
1212
|
#
|
1217
1213
|
# @!attribute [rw] instance_arn
|
1218
|
-
# The ARN of the
|
1214
|
+
# The ARN of the IAM Identity Center instance under which the
|
1219
1215
|
# operation will be executed. For more information about ARNs, see
|
1220
|
-
# [Amazon Resource Names (ARNs) and
|
1216
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1221
1217
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1222
|
-
# *
|
1218
|
+
# *AWS General Reference*.
|
1223
1219
|
# @return [String]
|
1224
1220
|
#
|
1225
1221
|
# @!attribute [rw] max_results
|
@@ -1277,11 +1273,11 @@ module Aws::SSOAdmin
|
|
1277
1273
|
# }
|
1278
1274
|
#
|
1279
1275
|
# @!attribute [rw] instance_arn
|
1280
|
-
# The ARN of the
|
1276
|
+
# The ARN of the IAM Identity Center instance under which the
|
1281
1277
|
# operation will be executed. For more information about ARNs, see
|
1282
|
-
# [Amazon Resource Names (ARNs) and
|
1278
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1283
1279
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1284
|
-
# *
|
1280
|
+
# *AWS General Reference*.
|
1285
1281
|
# @return [String]
|
1286
1282
|
#
|
1287
1283
|
# @!attribute [rw] max_results
|
@@ -1338,16 +1334,16 @@ module Aws::SSOAdmin
|
|
1338
1334
|
# }
|
1339
1335
|
#
|
1340
1336
|
# @!attribute [rw] instance_arn
|
1341
|
-
# The ARN of the
|
1337
|
+
# The ARN of the IAM Identity Center instance under which the
|
1342
1338
|
# operation will be executed. For more information about ARNs, see
|
1343
|
-
# [Amazon Resource Names (ARNs) and
|
1339
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1344
1340
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1345
|
-
# *
|
1341
|
+
# *AWS General Reference*.
|
1346
1342
|
# @return [String]
|
1347
1343
|
#
|
1348
1344
|
# @!attribute [rw] account_id
|
1349
|
-
# The identifier of the
|
1350
|
-
#
|
1345
|
+
# The identifier of the AWS account from which to list the
|
1346
|
+
# assignments.
|
1351
1347
|
# @return [String]
|
1352
1348
|
#
|
1353
1349
|
# @!attribute [rw] permission_set_arn
|
@@ -1376,8 +1372,8 @@ module Aws::SSOAdmin
|
|
1376
1372
|
end
|
1377
1373
|
|
1378
1374
|
# @!attribute [rw] account_assignments
|
1379
|
-
# The list of assignments that match the input
|
1380
|
-
#
|
1375
|
+
# The list of assignments that match the input AWS account and
|
1376
|
+
# permission set.
|
1381
1377
|
# @return [Array<Types::AccountAssignment>]
|
1382
1378
|
#
|
1383
1379
|
# @!attribute [rw] next_token
|
@@ -1406,21 +1402,20 @@ module Aws::SSOAdmin
|
|
1406
1402
|
# }
|
1407
1403
|
#
|
1408
1404
|
# @!attribute [rw] instance_arn
|
1409
|
-
# The ARN of the
|
1405
|
+
# The ARN of the IAM Identity Center instance under which the
|
1410
1406
|
# operation will be executed. For more information about ARNs, see
|
1411
|
-
# [Amazon Resource Names (ARNs) and
|
1407
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1412
1408
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1413
|
-
# *
|
1409
|
+
# *AWS General Reference*.
|
1414
1410
|
# @return [String]
|
1415
1411
|
#
|
1416
1412
|
# @!attribute [rw] permission_set_arn
|
1417
|
-
# The ARN of the PermissionSet from which the associated
|
1418
|
-
#
|
1413
|
+
# The ARN of the PermissionSet from which the associated AWS accounts
|
1414
|
+
# will be listed.
|
1419
1415
|
# @return [String]
|
1420
1416
|
#
|
1421
1417
|
# @!attribute [rw] provisioning_status
|
1422
|
-
# The permission set provisioning status for an
|
1423
|
-
# account.
|
1418
|
+
# The permission set provisioning status for an AWS account.
|
1424
1419
|
# @return [String]
|
1425
1420
|
#
|
1426
1421
|
# @!attribute [rw] max_results
|
@@ -1445,7 +1440,7 @@ module Aws::SSOAdmin
|
|
1445
1440
|
end
|
1446
1441
|
|
1447
1442
|
# @!attribute [rw] account_ids
|
1448
|
-
# The list of
|
1443
|
+
# The list of AWS `AccountIds`.
|
1449
1444
|
# @return [Array<String>]
|
1450
1445
|
#
|
1451
1446
|
# @!attribute [rw] next_token
|
@@ -1473,7 +1468,7 @@ module Aws::SSOAdmin
|
|
1473
1468
|
# }
|
1474
1469
|
#
|
1475
1470
|
# @!attribute [rw] instance_arn
|
1476
|
-
# The ARN of the
|
1471
|
+
# The ARN of the IAM Identity Center instance under which the
|
1477
1472
|
# operation will be executed.
|
1478
1473
|
# @return [String]
|
1479
1474
|
#
|
@@ -1547,8 +1542,8 @@ module Aws::SSOAdmin
|
|
1547
1542
|
end
|
1548
1543
|
|
1549
1544
|
# @!attribute [rw] instances
|
1550
|
-
# Lists the
|
1551
|
-
#
|
1545
|
+
# Lists the IAM Identity Center instances that the caller has access
|
1546
|
+
# to.
|
1552
1547
|
# @return [Array<Types::InstanceMetadata>]
|
1553
1548
|
#
|
1554
1549
|
# @!attribute [rw] next_token
|
@@ -1576,11 +1571,11 @@ module Aws::SSOAdmin
|
|
1576
1571
|
# }
|
1577
1572
|
#
|
1578
1573
|
# @!attribute [rw] instance_arn
|
1579
|
-
# The ARN of the
|
1574
|
+
# The ARN of the IAM Identity Center instance under which the
|
1580
1575
|
# operation will be executed. For more information about ARNs, see
|
1581
|
-
# [Amazon Resource Names (ARNs) and
|
1576
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1582
1577
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1583
|
-
# *
|
1578
|
+
# *AWS General Reference*.
|
1584
1579
|
# @return [String]
|
1585
1580
|
#
|
1586
1581
|
# @!attribute [rw] permission_set_arn
|
@@ -1638,11 +1633,11 @@ module Aws::SSOAdmin
|
|
1638
1633
|
# }
|
1639
1634
|
#
|
1640
1635
|
# @!attribute [rw] instance_arn
|
1641
|
-
# The ARN of the
|
1636
|
+
# The ARN of the IAM Identity Center instance under which the
|
1642
1637
|
# operation will be executed. For more information about ARNs, see
|
1643
|
-
# [Amazon Resource Names (ARNs) and
|
1638
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1644
1639
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1645
|
-
# *
|
1640
|
+
# *AWS General Reference*.
|
1646
1641
|
# @return [String]
|
1647
1642
|
#
|
1648
1643
|
# @!attribute [rw] max_results
|
@@ -1699,16 +1694,16 @@ module Aws::SSOAdmin
|
|
1699
1694
|
# }
|
1700
1695
|
#
|
1701
1696
|
# @!attribute [rw] instance_arn
|
1702
|
-
# The ARN of the
|
1697
|
+
# The ARN of the IAM Identity Center instance under which the
|
1703
1698
|
# operation will be executed. For more information about ARNs, see
|
1704
|
-
# [Amazon Resource Names (ARNs) and
|
1699
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1705
1700
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1706
|
-
# *
|
1701
|
+
# *AWS General Reference*.
|
1707
1702
|
# @return [String]
|
1708
1703
|
#
|
1709
1704
|
# @!attribute [rw] account_id
|
1710
|
-
# The identifier of the
|
1711
|
-
#
|
1705
|
+
# The identifier of the AWS account from which to list the
|
1706
|
+
# assignments.
|
1712
1707
|
# @return [String]
|
1713
1708
|
#
|
1714
1709
|
# @!attribute [rw] provisioning_status
|
@@ -1742,7 +1737,7 @@ module Aws::SSOAdmin
|
|
1742
1737
|
# @return [String]
|
1743
1738
|
#
|
1744
1739
|
# @!attribute [rw] permission_sets
|
1745
|
-
# Defines the level of access that an
|
1740
|
+
# Defines the level of access that an AWS account has.
|
1746
1741
|
# @return [Array<String>]
|
1747
1742
|
#
|
1748
1743
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/ListPermissionSetsProvisionedToAccountResponse AWS API Documentation
|
@@ -1764,11 +1759,11 @@ module Aws::SSOAdmin
|
|
1764
1759
|
# }
|
1765
1760
|
#
|
1766
1761
|
# @!attribute [rw] instance_arn
|
1767
|
-
# The ARN of the
|
1762
|
+
# The ARN of the IAM Identity Center instance under which the
|
1768
1763
|
# operation will be executed. For more information about ARNs, see
|
1769
|
-
# [Amazon Resource Names (ARNs) and
|
1764
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1770
1765
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1771
|
-
# *
|
1766
|
+
# *AWS General Reference*.
|
1772
1767
|
# @return [String]
|
1773
1768
|
#
|
1774
1769
|
# @!attribute [rw] next_token
|
@@ -1791,7 +1786,7 @@ module Aws::SSOAdmin
|
|
1791
1786
|
end
|
1792
1787
|
|
1793
1788
|
# @!attribute [rw] permission_sets
|
1794
|
-
# Defines the level of access on an
|
1789
|
+
# Defines the level of access on an AWS account.
|
1795
1790
|
# @return [Array<String>]
|
1796
1791
|
#
|
1797
1792
|
# @!attribute [rw] next_token
|
@@ -1818,11 +1813,11 @@ module Aws::SSOAdmin
|
|
1818
1813
|
# }
|
1819
1814
|
#
|
1820
1815
|
# @!attribute [rw] instance_arn
|
1821
|
-
# The ARN of the
|
1816
|
+
# The ARN of the IAM Identity Center instance under which the
|
1822
1817
|
# operation will be executed. For more information about ARNs, see
|
1823
|
-
# [Amazon Resource Names (ARNs) and
|
1818
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1824
1819
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1825
|
-
# *
|
1820
|
+
# *AWS General Reference*.
|
1826
1821
|
# @return [String]
|
1827
1822
|
#
|
1828
1823
|
# @!attribute [rw] resource_arn
|
@@ -1891,9 +1886,9 @@ module Aws::SSOAdmin
|
|
1891
1886
|
#
|
1892
1887
|
# @!attribute [rw] permission_set_arn
|
1893
1888
|
# The ARN of the permission set. For more information about ARNs, see
|
1894
|
-
# [Amazon Resource Names (ARNs) and
|
1889
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
1895
1890
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1896
|
-
# *
|
1891
|
+
# *AWS General Reference*.
|
1897
1892
|
# @return [String]
|
1898
1893
|
#
|
1899
1894
|
# @!attribute [rw] description
|
@@ -1940,16 +1935,15 @@ module Aws::SSOAdmin
|
|
1940
1935
|
# @return [String]
|
1941
1936
|
#
|
1942
1937
|
# @!attribute [rw] account_id
|
1943
|
-
# The identifier of the
|
1944
|
-
#
|
1938
|
+
# The identifier of the AWS account from which to list the
|
1939
|
+
# assignments.
|
1945
1940
|
# @return [String]
|
1946
1941
|
#
|
1947
1942
|
# @!attribute [rw] permission_set_arn
|
1948
1943
|
# The ARN of the permission set that is being provisioned. For more
|
1949
|
-
# information about ARNs, see [Amazon Resource Names (ARNs) and
|
1950
|
-
#
|
1951
|
-
#
|
1952
|
-
# *Amazon Web Services General Reference*.
|
1944
|
+
# information about ARNs, see [Amazon Resource Names (ARNs) and AWS
|
1945
|
+
# Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html)
|
1946
|
+
# in the *AWS General Reference*.
|
1953
1947
|
# @return [String]
|
1954
1948
|
#
|
1955
1949
|
# @!attribute [rw] failure_reason
|
@@ -1999,20 +1993,19 @@ module Aws::SSOAdmin
|
|
1999
1993
|
include Aws::Structure
|
2000
1994
|
end
|
2001
1995
|
|
2002
|
-
# Specifies the configuration of the
|
2003
|
-
#
|
2004
|
-
#
|
2005
|
-
#
|
2006
|
-
#
|
2007
|
-
#
|
2008
|
-
#
|
2009
|
-
#
|
1996
|
+
# Specifies the configuration of the AWS managed or customer managed
|
1997
|
+
# policy that you want to set as a permissions boundary. Specify either
|
1998
|
+
# `CustomerManagedPolicyReference` to use the name and path of a
|
1999
|
+
# customer managed policy, or `ManagedPolicyArn` to use the ARN of an
|
2000
|
+
# AWS managed policy. A permissions boundary represents the maximum
|
2001
|
+
# permissions that any policy can grant your role. For more information,
|
2002
|
+
# see [Permissions boundaries for IAM entities][1] in the *IAM User
|
2003
|
+
# Guide*.
|
2010
2004
|
#
|
2011
2005
|
# Policies used as permissions boundaries don't provide permissions.
|
2012
2006
|
# You must also attach an IAM policy to the role. To learn how the
|
2013
2007
|
# effective permissions for a role are evaluated, see [IAM JSON policy
|
2014
|
-
# evaluation logic][2] in the *
|
2015
|
-
# Guide*.
|
2008
|
+
# evaluation logic][2] in the *IAM User Guide*.
|
2016
2009
|
#
|
2017
2010
|
#
|
2018
2011
|
#
|
@@ -2032,13 +2025,13 @@ module Aws::SSOAdmin
|
|
2032
2025
|
#
|
2033
2026
|
# @!attribute [rw] customer_managed_policy_reference
|
2034
2027
|
# Specifies the name and path of a customer managed policy. You must
|
2035
|
-
# have an IAM policy that matches the name and path in each
|
2036
|
-
#
|
2028
|
+
# have an IAM policy that matches the name and path in each AWS
|
2029
|
+
# account where you want to deploy your permission set.
|
2037
2030
|
# @return [Types::CustomerManagedPolicyReference]
|
2038
2031
|
#
|
2039
2032
|
# @!attribute [rw] managed_policy_arn
|
2040
|
-
# The
|
2041
|
-
#
|
2033
|
+
# The AWS managed policy ARN that you want to attach to a permission
|
2034
|
+
# set as a permissions boundary.
|
2042
2035
|
# @return [String]
|
2043
2036
|
#
|
2044
2037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/PermissionsBoundary AWS API Documentation
|
@@ -2061,11 +2054,11 @@ module Aws::SSOAdmin
|
|
2061
2054
|
# }
|
2062
2055
|
#
|
2063
2056
|
# @!attribute [rw] instance_arn
|
2064
|
-
# The ARN of the
|
2057
|
+
# The ARN of the IAM Identity Center instance under which the
|
2065
2058
|
# operation will be executed. For more information about ARNs, see
|
2066
|
-
# [Amazon Resource Names (ARNs) and
|
2059
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
2067
2060
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2068
|
-
# *
|
2061
|
+
# *AWS General Reference*.
|
2069
2062
|
# @return [String]
|
2070
2063
|
#
|
2071
2064
|
# @!attribute [rw] permission_set_arn
|
@@ -2073,8 +2066,8 @@ module Aws::SSOAdmin
|
|
2073
2066
|
# @return [String]
|
2074
2067
|
#
|
2075
2068
|
# @!attribute [rw] target_id
|
2076
|
-
# TargetID is an
|
2077
|
-
#
|
2069
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
2070
|
+
# string (For example, 123456789012).
|
2078
2071
|
# @return [String]
|
2079
2072
|
#
|
2080
2073
|
# @!attribute [rw] target_type
|
@@ -2114,11 +2107,11 @@ module Aws::SSOAdmin
|
|
2114
2107
|
# }
|
2115
2108
|
#
|
2116
2109
|
# @!attribute [rw] instance_arn
|
2117
|
-
# The ARN of the
|
2110
|
+
# The ARN of the IAM Identity Center instance under which the
|
2118
2111
|
# operation will be executed. For more information about ARNs, see
|
2119
|
-
# [Amazon Resource Names (ARNs) and
|
2112
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
2120
2113
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2121
|
-
# *
|
2114
|
+
# *AWS General Reference*.
|
2122
2115
|
# @return [String]
|
2123
2116
|
#
|
2124
2117
|
# @!attribute [rw] permission_set_arn
|
@@ -2159,7 +2152,7 @@ module Aws::SSOAdmin
|
|
2159
2152
|
# }
|
2160
2153
|
#
|
2161
2154
|
# @!attribute [rw] instance_arn
|
2162
|
-
# The ARN of the
|
2155
|
+
# The ARN of the IAM Identity Center instance under which the
|
2163
2156
|
# operation will be executed.
|
2164
2157
|
# @return [String]
|
2165
2158
|
#
|
@@ -2215,8 +2208,7 @@ module Aws::SSOAdmin
|
|
2215
2208
|
|
2216
2209
|
# A set of key-value pairs that are used to manage the resource. Tags
|
2217
2210
|
# can only be applied to permission sets and cannot be applied to
|
2218
|
-
# corresponding roles that
|
2219
|
-
# Services accounts.
|
2211
|
+
# corresponding roles that IAM Identity Center creates in AWS accounts.
|
2220
2212
|
#
|
2221
2213
|
# @note When making an API call, you may pass Tag
|
2222
2214
|
# data as a hash:
|
@@ -2258,11 +2250,11 @@ module Aws::SSOAdmin
|
|
2258
2250
|
# }
|
2259
2251
|
#
|
2260
2252
|
# @!attribute [rw] instance_arn
|
2261
|
-
# The ARN of the
|
2253
|
+
# The ARN of the IAM Identity Center instance under which the
|
2262
2254
|
# operation will be executed. For more information about ARNs, see
|
2263
|
-
# [Amazon Resource Names (ARNs) and
|
2255
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
2264
2256
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2265
|
-
# *
|
2257
|
+
# *AWS General Reference*.
|
2266
2258
|
# @return [String]
|
2267
2259
|
#
|
2268
2260
|
# @!attribute [rw] resource_arn
|
@@ -2311,11 +2303,11 @@ module Aws::SSOAdmin
|
|
2311
2303
|
# }
|
2312
2304
|
#
|
2313
2305
|
# @!attribute [rw] instance_arn
|
2314
|
-
# The ARN of the
|
2306
|
+
# The ARN of the IAM Identity Center instance under which the
|
2315
2307
|
# operation will be executed. For more information about ARNs, see
|
2316
|
-
# [Amazon Resource Names (ARNs) and
|
2308
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
2317
2309
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2318
|
-
# *
|
2310
|
+
# *AWS General Reference*.
|
2319
2311
|
# @return [String]
|
2320
2312
|
#
|
2321
2313
|
# @!attribute [rw] resource_arn
|
@@ -2358,7 +2350,7 @@ module Aws::SSOAdmin
|
|
2358
2350
|
# }
|
2359
2351
|
#
|
2360
2352
|
# @!attribute [rw] instance_arn
|
2361
|
-
# The ARN of the
|
2353
|
+
# The ARN of the IAM Identity Center instance under which the
|
2362
2354
|
# operation will be executed.
|
2363
2355
|
# @return [String]
|
2364
2356
|
#
|
@@ -2391,11 +2383,11 @@ module Aws::SSOAdmin
|
|
2391
2383
|
# }
|
2392
2384
|
#
|
2393
2385
|
# @!attribute [rw] instance_arn
|
2394
|
-
# The ARN of the
|
2386
|
+
# The ARN of the IAM Identity Center instance under which the
|
2395
2387
|
# operation will be executed. For more information about ARNs, see
|
2396
|
-
# [Amazon Resource Names (ARNs) and
|
2388
|
+
# [Amazon Resource Names (ARNs) and AWS Service
|
2397
2389
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2398
|
-
# *
|
2390
|
+
# *AWS General Reference*.
|
2399
2391
|
# @return [String]
|
2400
2392
|
#
|
2401
2393
|
# @!attribute [rw] permission_set_arn
|