aws-sdk-ssoadmin 1.4.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +48 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-ssoadmin.rb +2 -2
- data/lib/aws-sdk-ssoadmin/client.rb +138 -131
- data/lib/aws-sdk-ssoadmin/client_api.rb +1 -1
- data/lib/aws-sdk-ssoadmin/errors.rb +1 -1
- data/lib/aws-sdk-ssoadmin/resource.rb +1 -1
- data/lib/aws-sdk-ssoadmin/types.rb +134 -125
- metadata +11 -9
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,19 +3,20 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
10
|
module Aws::SSOAdmin
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# These are
|
14
|
-
# use in attributes-based access control (ABAC). You
|
15
|
-
#
|
16
|
-
# based upon the configured attribute
|
17
|
-
#
|
18
|
-
#
|
13
|
+
# These are Amazon Web Services SSO identity store attributes that you
|
14
|
+
# can configure for use in attributes-based access control (ABAC). You
|
15
|
+
# can create permissions policies that determine who can access your
|
16
|
+
# Amazon Web Services resources based upon the configured attribute
|
17
|
+
# values. When you enable ABAC and specify `AccessControlAttributes`,
|
18
|
+
# Amazon Web Services SSO passes the attribute values of the
|
19
|
+
# authenticated user into IAM for use in policy evaluation.
|
19
20
|
#
|
20
21
|
# @note When making an API call, you may pass AccessControlAttribute
|
21
22
|
# data as a hash:
|
@@ -30,7 +31,7 @@ module Aws::SSOAdmin
|
|
30
31
|
# @!attribute [rw] key
|
31
32
|
# The name of the attribute associated with your identities in your
|
32
33
|
# identity source. This is used to map a specified attribute in your
|
33
|
-
# identity source with an attribute in
|
34
|
+
# identity source with an attribute in Amazon Web Services SSO.
|
34
35
|
# @return [String]
|
35
36
|
#
|
36
37
|
# @!attribute [rw] value
|
@@ -58,8 +59,8 @@ module Aws::SSOAdmin
|
|
58
59
|
# }
|
59
60
|
#
|
60
61
|
# @!attribute [rw] source
|
61
|
-
# The identity source to use when mapping a specified attribute to
|
62
|
-
# SSO.
|
62
|
+
# The identity source to use when mapping a specified attribute to
|
63
|
+
# Amazon Web Services SSO.
|
63
64
|
# @return [Array<String>]
|
64
65
|
#
|
65
66
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AccessControlAttributeValue AWS API Documentation
|
@@ -84,22 +85,22 @@ module Aws::SSOAdmin
|
|
84
85
|
end
|
85
86
|
|
86
87
|
# The assignment that indicates a principal's limited access to a
|
87
|
-
# specified
|
88
|
+
# specified Amazon Web Services account with a specified permission set.
|
88
89
|
#
|
89
90
|
# <note markdown="1"> The term *principal* here refers to a user or group that is defined in
|
90
|
-
#
|
91
|
+
# Amazon Web Services SSO.
|
91
92
|
#
|
92
93
|
# </note>
|
93
94
|
#
|
94
95
|
# @!attribute [rw] account_id
|
95
|
-
# The identifier of the
|
96
|
+
# The identifier of the Amazon Web Services account.
|
96
97
|
# @return [String]
|
97
98
|
#
|
98
99
|
# @!attribute [rw] permission_set_arn
|
99
100
|
# The ARN of the permission set. For more information about ARNs, see
|
100
|
-
# [Amazon Resource Names (ARNs) and
|
101
|
+
# [Amazon Resource Names (ARNs) and Amazon Web Services Service
|
101
102
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
102
|
-
# *
|
103
|
+
# *Amazon Web Services General Reference*.
|
103
104
|
# @return [String]
|
104
105
|
#
|
105
106
|
# @!attribute [rw] principal_type
|
@@ -107,10 +108,11 @@ module Aws::SSOAdmin
|
|
107
108
|
# @return [String]
|
108
109
|
#
|
109
110
|
# @!attribute [rw] principal_id
|
110
|
-
# An identifier for an object in
|
111
|
-
# PrincipalIds are GUIDs (For example,
|
111
|
+
# An identifier for an object in Amazon Web Services SSO, such as a
|
112
|
+
# user or group. PrincipalIds are GUIDs (For example,
|
112
113
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
113
|
-
# PrincipalIds in
|
114
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web
|
115
|
+
# Services SSO Identity Store API
|
114
116
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
115
117
|
# @return [String]
|
116
118
|
#
|
@@ -143,8 +145,8 @@ module Aws::SSOAdmin
|
|
143
145
|
# @return [String]
|
144
146
|
#
|
145
147
|
# @!attribute [rw] target_id
|
146
|
-
# TargetID is an
|
147
|
-
# string (For example, 123456789012).
|
148
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
149
|
+
# 10-12 digit string (For example, 123456789012).
|
148
150
|
# @return [String]
|
149
151
|
#
|
150
152
|
# @!attribute [rw] target_type
|
@@ -153,9 +155,9 @@ module Aws::SSOAdmin
|
|
153
155
|
#
|
154
156
|
# @!attribute [rw] permission_set_arn
|
155
157
|
# The ARN of the permission set. For more information about ARNs, see
|
156
|
-
# [Amazon Resource Names (ARNs) and
|
158
|
+
# [Amazon Resource Names (ARNs) and Amazon Web Services Service
|
157
159
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
158
|
-
# *
|
160
|
+
# *Amazon Web Services General Reference*.
|
159
161
|
# @return [String]
|
160
162
|
#
|
161
163
|
# @!attribute [rw] principal_type
|
@@ -163,10 +165,11 @@ module Aws::SSOAdmin
|
|
163
165
|
# @return [String]
|
164
166
|
#
|
165
167
|
# @!attribute [rw] principal_id
|
166
|
-
# An identifier for an object in
|
167
|
-
# PrincipalIds are GUIDs (For example,
|
168
|
+
# An identifier for an object in Amazon Web Services SSO, such as a
|
169
|
+
# user or group. PrincipalIds are GUIDs (For example,
|
168
170
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
169
|
-
# PrincipalIds in
|
171
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web
|
172
|
+
# Services SSO Identity Store API
|
170
173
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
171
174
|
# @return [String]
|
172
175
|
#
|
@@ -227,9 +230,9 @@ module Aws::SSOAdmin
|
|
227
230
|
# @!attribute [rw] instance_arn
|
228
231
|
# The ARN of the SSO instance under which the operation will be
|
229
232
|
# executed. For more information about ARNs, see [Amazon Resource
|
230
|
-
# Names (ARNs) and
|
233
|
+
# Names (ARNs) and Amazon Web Services Service
|
231
234
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
232
|
-
# *
|
235
|
+
# *Amazon Web Services General Reference*.
|
233
236
|
# @return [String]
|
234
237
|
#
|
235
238
|
# @!attribute [rw] permission_set_arn
|
@@ -263,9 +266,9 @@ module Aws::SSOAdmin
|
|
263
266
|
#
|
264
267
|
# @!attribute [rw] arn
|
265
268
|
# The ARN of the IAM managed policy. For more information about ARNs,
|
266
|
-
# see [Amazon Resource Names (ARNs) and
|
269
|
+
# see [Amazon Resource Names (ARNs) and Amazon Web Services Service
|
267
270
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
268
|
-
# *
|
271
|
+
# *Amazon Web Services General Reference*.
|
269
272
|
# @return [String]
|
270
273
|
#
|
271
274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AttachedManagedPolicy AWS API Documentation
|
@@ -309,14 +312,14 @@ module Aws::SSOAdmin
|
|
309
312
|
# @!attribute [rw] instance_arn
|
310
313
|
# The ARN of the SSO instance under which the operation will be
|
311
314
|
# executed. For more information about ARNs, see [Amazon Resource
|
312
|
-
# Names (ARNs) and
|
315
|
+
# Names (ARNs) and Amazon Web Services Service
|
313
316
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
314
|
-
# *
|
317
|
+
# *Amazon Web Services General Reference*.
|
315
318
|
# @return [String]
|
316
319
|
#
|
317
320
|
# @!attribute [rw] target_id
|
318
|
-
# TargetID is an
|
319
|
-
# string (For example, 123456789012).
|
321
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
322
|
+
# 10-12 digit string (For example, 123456789012).
|
320
323
|
# @return [String]
|
321
324
|
#
|
322
325
|
# @!attribute [rw] target_type
|
@@ -333,10 +336,11 @@ module Aws::SSOAdmin
|
|
333
336
|
# @return [String]
|
334
337
|
#
|
335
338
|
# @!attribute [rw] principal_id
|
336
|
-
# An identifier for an object in
|
337
|
-
# PrincipalIds are GUIDs (For example,
|
339
|
+
# An identifier for an object in Amazon Web Services SSO, such as a
|
340
|
+
# user or group. PrincipalIds are GUIDs (For example,
|
338
341
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
339
|
-
# PrincipalIds in
|
342
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web
|
343
|
+
# Services SSO Identity Store API
|
340
344
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
341
345
|
# @return [String]
|
342
346
|
#
|
@@ -388,13 +392,14 @@ module Aws::SSOAdmin
|
|
388
392
|
# @return [String]
|
389
393
|
#
|
390
394
|
# @!attribute [rw] instance_access_control_attribute_configuration
|
391
|
-
# Specifies the
|
392
|
-
# configuration. When using an external identity
|
393
|
-
# identity source, you can pass attributes through the
|
394
|
-
#
|
395
|
-
#
|
396
|
-
#
|
397
|
-
# SSO
|
395
|
+
# Specifies the Amazon Web Services SSO identity store attributes to
|
396
|
+
# add to your ABAC configuration. When using an external identity
|
397
|
+
# provider as an identity source, you can pass attributes through the
|
398
|
+
# SAML assertion. Doing so provides an alternative to configuring
|
399
|
+
# attributes from the Amazon Web Services SSO identity store. If a
|
400
|
+
# SAML assertion passes any of these attributes, Amazon Web Services
|
401
|
+
# SSO will replace the attribute value with the value from the Amazon
|
402
|
+
# Web Services SSO identity store.
|
398
403
|
# @return [Types::InstanceAccessControlAttributeConfiguration]
|
399
404
|
#
|
400
405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/CreateInstanceAccessControlAttributeConfigurationRequest AWS API Documentation
|
@@ -438,9 +443,9 @@ module Aws::SSOAdmin
|
|
438
443
|
# @!attribute [rw] instance_arn
|
439
444
|
# The ARN of the SSO instance under which the operation will be
|
440
445
|
# executed. For more information about ARNs, see [Amazon Resource
|
441
|
-
# Names (ARNs) and
|
446
|
+
# Names (ARNs) and Amazon Web Services Service
|
442
447
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
443
|
-
# *
|
448
|
+
# *Amazon Web Services General Reference*.
|
444
449
|
# @return [String]
|
445
450
|
#
|
446
451
|
# @!attribute [rw] session_duration
|
@@ -471,7 +476,7 @@ module Aws::SSOAdmin
|
|
471
476
|
end
|
472
477
|
|
473
478
|
# @!attribute [rw] permission_set
|
474
|
-
# Defines the level of access on an
|
479
|
+
# Defines the level of access on an Amazon Web Services account.
|
475
480
|
# @return [Types::PermissionSet]
|
476
481
|
#
|
477
482
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/CreatePermissionSetResponse AWS API Documentation
|
@@ -497,14 +502,14 @@ module Aws::SSOAdmin
|
|
497
502
|
# @!attribute [rw] instance_arn
|
498
503
|
# The ARN of the SSO instance under which the operation will be
|
499
504
|
# executed. For more information about ARNs, see [Amazon Resource
|
500
|
-
# Names (ARNs) and
|
505
|
+
# Names (ARNs) and Amazon Web Services Service
|
501
506
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
502
|
-
# *
|
507
|
+
# *Amazon Web Services General Reference*.
|
503
508
|
# @return [String]
|
504
509
|
#
|
505
510
|
# @!attribute [rw] target_id
|
506
|
-
# TargetID is an
|
507
|
-
# string (For example, 123456789012).
|
511
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
512
|
+
# 10-12 digit string (For example, 123456789012).
|
508
513
|
# @return [String]
|
509
514
|
#
|
510
515
|
# @!attribute [rw] target_type
|
@@ -520,10 +525,11 @@ module Aws::SSOAdmin
|
|
520
525
|
# @return [String]
|
521
526
|
#
|
522
527
|
# @!attribute [rw] principal_id
|
523
|
-
# An identifier for an object in
|
524
|
-
# PrincipalIds are GUIDs (For example,
|
528
|
+
# An identifier for an object in Amazon Web Services SSO, such as a
|
529
|
+
# user or group. PrincipalIds are GUIDs (For example,
|
525
530
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
526
|
-
# PrincipalIds in
|
531
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web
|
532
|
+
# Services SSO Identity Store API
|
527
533
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
528
534
|
# @return [String]
|
529
535
|
#
|
@@ -563,9 +569,9 @@ module Aws::SSOAdmin
|
|
563
569
|
# @!attribute [rw] instance_arn
|
564
570
|
# The ARN of the SSO instance under which the operation will be
|
565
571
|
# executed. For more information about ARNs, see [Amazon Resource
|
566
|
-
# Names (ARNs) and
|
572
|
+
# Names (ARNs) and Amazon Web Services Service
|
567
573
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
568
|
-
# *
|
574
|
+
# *Amazon Web Services General Reference*.
|
569
575
|
# @return [String]
|
570
576
|
#
|
571
577
|
# @!attribute [rw] permission_set_arn
|
@@ -620,9 +626,9 @@ module Aws::SSOAdmin
|
|
620
626
|
# @!attribute [rw] instance_arn
|
621
627
|
# The ARN of the SSO instance under which the operation will be
|
622
628
|
# executed. For more information about ARNs, see [Amazon Resource
|
623
|
-
# Names (ARNs) and
|
629
|
+
# Names (ARNs) and Amazon Web Services Service
|
624
630
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
625
|
-
# *
|
631
|
+
# *Amazon Web Services General Reference*.
|
626
632
|
# @return [String]
|
627
633
|
#
|
628
634
|
# @!attribute [rw] permission_set_arn
|
@@ -653,9 +659,9 @@ module Aws::SSOAdmin
|
|
653
659
|
# @!attribute [rw] instance_arn
|
654
660
|
# The ARN of the SSO instance under which the operation will be
|
655
661
|
# executed. For more information about ARNs, see [Amazon Resource
|
656
|
-
# Names (ARNs) and
|
662
|
+
# Names (ARNs) and Amazon Web Services Service
|
657
663
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
658
|
-
# *
|
664
|
+
# *Amazon Web Services General Reference*.
|
659
665
|
# @return [String]
|
660
666
|
#
|
661
667
|
# @!attribute [rw] account_assignment_creation_request_id
|
@@ -694,9 +700,9 @@ module Aws::SSOAdmin
|
|
694
700
|
# @!attribute [rw] instance_arn
|
695
701
|
# The ARN of the SSO instance under which the operation will be
|
696
702
|
# executed. For more information about ARNs, see [Amazon Resource
|
697
|
-
# Names (ARNs) and
|
703
|
+
# Names (ARNs) and Amazon Web Services Service
|
698
704
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
699
|
-
# *
|
705
|
+
# *Amazon Web Services General Reference*.
|
700
706
|
# @return [String]
|
701
707
|
#
|
702
708
|
# @!attribute [rw] account_assignment_deletion_request_id
|
@@ -754,8 +760,8 @@ module Aws::SSOAdmin
|
|
754
760
|
# @return [String]
|
755
761
|
#
|
756
762
|
# @!attribute [rw] instance_access_control_attribute_configuration
|
757
|
-
# Gets the list of
|
758
|
-
# ABAC configuration.
|
763
|
+
# Gets the list of Amazon Web Services SSO identity store attributes
|
764
|
+
# that have been added to your ABAC configuration.
|
759
765
|
# @return [Types::InstanceAccessControlAttributeConfiguration]
|
760
766
|
#
|
761
767
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DescribeInstanceAccessControlAttributeConfigurationResponse AWS API Documentation
|
@@ -779,9 +785,9 @@ module Aws::SSOAdmin
|
|
779
785
|
# @!attribute [rw] instance_arn
|
780
786
|
# The ARN of the SSO instance under which the operation will be
|
781
787
|
# executed. For more information about ARNs, see [Amazon Resource
|
782
|
-
# Names (ARNs) and
|
788
|
+
# Names (ARNs) and Amazon Web Services Service
|
783
789
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
784
|
-
# *
|
790
|
+
# *Amazon Web Services General Reference*.
|
785
791
|
# @return [String]
|
786
792
|
#
|
787
793
|
# @!attribute [rw] provision_permission_set_request_id
|
@@ -821,9 +827,9 @@ module Aws::SSOAdmin
|
|
821
827
|
# @!attribute [rw] instance_arn
|
822
828
|
# The ARN of the SSO instance under which the operation will be
|
823
829
|
# executed. For more information about ARNs, see [Amazon Resource
|
824
|
-
# Names (ARNs) and
|
830
|
+
# Names (ARNs) and Amazon Web Services Service
|
825
831
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
826
|
-
# *
|
832
|
+
# *Amazon Web Services General Reference*.
|
827
833
|
# @return [String]
|
828
834
|
#
|
829
835
|
# @!attribute [rw] permission_set_arn
|
@@ -840,7 +846,7 @@ module Aws::SSOAdmin
|
|
840
846
|
end
|
841
847
|
|
842
848
|
# @!attribute [rw] permission_set
|
843
|
-
# Describes the level of access on an
|
849
|
+
# Describes the level of access on an Amazon Web Services account.
|
844
850
|
# @return [Types::PermissionSet]
|
845
851
|
#
|
846
852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DescribePermissionSetResponse AWS API Documentation
|
@@ -863,9 +869,9 @@ module Aws::SSOAdmin
|
|
863
869
|
# @!attribute [rw] instance_arn
|
864
870
|
# The ARN of the SSO instance under which the operation will be
|
865
871
|
# executed. For more information about ARNs, see [Amazon Resource
|
866
|
-
# Names (ARNs) and
|
872
|
+
# Names (ARNs) and Amazon Web Services Service
|
867
873
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
868
|
-
# *
|
874
|
+
# *Amazon Web Services General Reference*.
|
869
875
|
# @return [String]
|
870
876
|
#
|
871
877
|
# @!attribute [rw] permission_set_arn
|
@@ -902,9 +908,9 @@ module Aws::SSOAdmin
|
|
902
908
|
# @!attribute [rw] instance_arn
|
903
909
|
# The ARN of the SSO instance under which the operation will be
|
904
910
|
# executed. For more information about ARNs, see [Amazon Resource
|
905
|
-
# Names (ARNs) and
|
911
|
+
# Names (ARNs) and Amazon Web Services Service
|
906
912
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
907
|
-
# *
|
913
|
+
# *Amazon Web Services General Reference*.
|
908
914
|
# @return [String]
|
909
915
|
#
|
910
916
|
# @!attribute [rw] permission_set_arn
|
@@ -951,7 +957,7 @@ module Aws::SSOAdmin
|
|
951
957
|
#
|
952
958
|
# @!attribute [rw] access_control_attributes
|
953
959
|
# Lists the attributes that are configured for ABAC in the specified
|
954
|
-
#
|
960
|
+
# Amazon Web Services SSO instance.
|
955
961
|
# @return [Array<Types::AccessControlAttribute>]
|
956
962
|
#
|
957
963
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/InstanceAccessControlAttributeConfiguration AWS API Documentation
|
@@ -967,9 +973,9 @@ module Aws::SSOAdmin
|
|
967
973
|
# @!attribute [rw] instance_arn
|
968
974
|
# The ARN of the SSO instance under which the operation will be
|
969
975
|
# executed. For more information about ARNs, see [Amazon Resource
|
970
|
-
# Names (ARNs) and
|
976
|
+
# Names (ARNs) and Amazon Web Services Service
|
971
977
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
972
|
-
# *
|
978
|
+
# *Amazon Web Services General Reference*.
|
973
979
|
# @return [String]
|
974
980
|
#
|
975
981
|
# @!attribute [rw] identity_store_id
|
@@ -1015,9 +1021,9 @@ module Aws::SSOAdmin
|
|
1015
1021
|
# @!attribute [rw] instance_arn
|
1016
1022
|
# The ARN of the SSO instance under which the operation will be
|
1017
1023
|
# executed. For more information about ARNs, see [Amazon Resource
|
1018
|
-
# Names (ARNs) and
|
1024
|
+
# Names (ARNs) and Amazon Web Services Service
|
1019
1025
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1020
|
-
# *
|
1026
|
+
# *Amazon Web Services General Reference*.
|
1021
1027
|
# @return [String]
|
1022
1028
|
#
|
1023
1029
|
# @!attribute [rw] max_results
|
@@ -1077,9 +1083,9 @@ module Aws::SSOAdmin
|
|
1077
1083
|
# @!attribute [rw] instance_arn
|
1078
1084
|
# The ARN of the SSO instance under which the operation will be
|
1079
1085
|
# executed. For more information about ARNs, see [Amazon Resource
|
1080
|
-
# Names (ARNs) and
|
1086
|
+
# Names (ARNs) and Amazon Web Services Service
|
1081
1087
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1082
|
-
# *
|
1088
|
+
# *Amazon Web Services General Reference*.
|
1083
1089
|
# @return [String]
|
1084
1090
|
#
|
1085
1091
|
# @!attribute [rw] max_results
|
@@ -1138,14 +1144,14 @@ module Aws::SSOAdmin
|
|
1138
1144
|
# @!attribute [rw] instance_arn
|
1139
1145
|
# The ARN of the SSO instance under which the operation will be
|
1140
1146
|
# executed. For more information about ARNs, see [Amazon Resource
|
1141
|
-
# Names (ARNs) and
|
1147
|
+
# Names (ARNs) and Amazon Web Services Service
|
1142
1148
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1143
|
-
# *
|
1149
|
+
# *Amazon Web Services General Reference*.
|
1144
1150
|
# @return [String]
|
1145
1151
|
#
|
1146
1152
|
# @!attribute [rw] account_id
|
1147
|
-
# The identifier of the
|
1148
|
-
# assignments.
|
1153
|
+
# The identifier of the Amazon Web Services account from which to list
|
1154
|
+
# the assignments.
|
1149
1155
|
# @return [String]
|
1150
1156
|
#
|
1151
1157
|
# @!attribute [rw] permission_set_arn
|
@@ -1174,8 +1180,8 @@ module Aws::SSOAdmin
|
|
1174
1180
|
end
|
1175
1181
|
|
1176
1182
|
# @!attribute [rw] account_assignments
|
1177
|
-
# The list of assignments that match the input
|
1178
|
-
# permission set.
|
1183
|
+
# The list of assignments that match the input Amazon Web Services
|
1184
|
+
# account and permission set.
|
1179
1185
|
# @return [Array<Types::AccountAssignment>]
|
1180
1186
|
#
|
1181
1187
|
# @!attribute [rw] next_token
|
@@ -1206,18 +1212,19 @@ module Aws::SSOAdmin
|
|
1206
1212
|
# @!attribute [rw] instance_arn
|
1207
1213
|
# The ARN of the SSO instance under which the operation will be
|
1208
1214
|
# executed. For more information about ARNs, see [Amazon Resource
|
1209
|
-
# Names (ARNs) and
|
1215
|
+
# Names (ARNs) and Amazon Web Services Service
|
1210
1216
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1211
|
-
# *
|
1217
|
+
# *Amazon Web Services General Reference*.
|
1212
1218
|
# @return [String]
|
1213
1219
|
#
|
1214
1220
|
# @!attribute [rw] permission_set_arn
|
1215
|
-
# The ARN of the PermissionSet from which the associated
|
1216
|
-
# will be listed.
|
1221
|
+
# The ARN of the PermissionSet from which the associated Amazon Web
|
1222
|
+
# Services accounts will be listed.
|
1217
1223
|
# @return [String]
|
1218
1224
|
#
|
1219
1225
|
# @!attribute [rw] provisioning_status
|
1220
|
-
# The permission set provisioning status for an
|
1226
|
+
# The permission set provisioning status for an Amazon Web Services
|
1227
|
+
# account.
|
1221
1228
|
# @return [String]
|
1222
1229
|
#
|
1223
1230
|
# @!attribute [rw] max_results
|
@@ -1242,7 +1249,7 @@ module Aws::SSOAdmin
|
|
1242
1249
|
end
|
1243
1250
|
|
1244
1251
|
# @!attribute [rw] account_ids
|
1245
|
-
# The list of
|
1252
|
+
# The list of Amazon Web Services `AccountIds`.
|
1246
1253
|
# @return [Array<String>]
|
1247
1254
|
#
|
1248
1255
|
# @!attribute [rw] next_token
|
@@ -1316,9 +1323,9 @@ module Aws::SSOAdmin
|
|
1316
1323
|
# @!attribute [rw] instance_arn
|
1317
1324
|
# The ARN of the SSO instance under which the operation will be
|
1318
1325
|
# executed. For more information about ARNs, see [Amazon Resource
|
1319
|
-
# Names (ARNs) and
|
1326
|
+
# Names (ARNs) and Amazon Web Services Service
|
1320
1327
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1321
|
-
# *
|
1328
|
+
# *Amazon Web Services General Reference*.
|
1322
1329
|
# @return [String]
|
1323
1330
|
#
|
1324
1331
|
# @!attribute [rw] permission_set_arn
|
@@ -1378,9 +1385,9 @@ module Aws::SSOAdmin
|
|
1378
1385
|
# @!attribute [rw] instance_arn
|
1379
1386
|
# The ARN of the SSO instance under which the operation will be
|
1380
1387
|
# executed. For more information about ARNs, see [Amazon Resource
|
1381
|
-
# Names (ARNs) and
|
1388
|
+
# Names (ARNs) and Amazon Web Services Service
|
1382
1389
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1383
|
-
# *
|
1390
|
+
# *Amazon Web Services General Reference*.
|
1384
1391
|
# @return [String]
|
1385
1392
|
#
|
1386
1393
|
# @!attribute [rw] max_results
|
@@ -1439,14 +1446,14 @@ module Aws::SSOAdmin
|
|
1439
1446
|
# @!attribute [rw] instance_arn
|
1440
1447
|
# The ARN of the SSO instance under which the operation will be
|
1441
1448
|
# executed. For more information about ARNs, see [Amazon Resource
|
1442
|
-
# Names (ARNs) and
|
1449
|
+
# Names (ARNs) and Amazon Web Services Service
|
1443
1450
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1444
|
-
# *
|
1451
|
+
# *Amazon Web Services General Reference*.
|
1445
1452
|
# @return [String]
|
1446
1453
|
#
|
1447
1454
|
# @!attribute [rw] account_id
|
1448
|
-
# The identifier of the
|
1449
|
-
# assignments.
|
1455
|
+
# The identifier of the Amazon Web Services account from which to list
|
1456
|
+
# the assignments.
|
1450
1457
|
# @return [String]
|
1451
1458
|
#
|
1452
1459
|
# @!attribute [rw] provisioning_status
|
@@ -1480,7 +1487,7 @@ module Aws::SSOAdmin
|
|
1480
1487
|
# @return [String]
|
1481
1488
|
#
|
1482
1489
|
# @!attribute [rw] permission_sets
|
1483
|
-
# Defines the level of access that an
|
1490
|
+
# Defines the level of access that an Amazon Web Services account has.
|
1484
1491
|
# @return [Array<String>]
|
1485
1492
|
#
|
1486
1493
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/ListPermissionSetsProvisionedToAccountResponse AWS API Documentation
|
@@ -1504,9 +1511,9 @@ module Aws::SSOAdmin
|
|
1504
1511
|
# @!attribute [rw] instance_arn
|
1505
1512
|
# The ARN of the SSO instance under which the operation will be
|
1506
1513
|
# executed. For more information about ARNs, see [Amazon Resource
|
1507
|
-
# Names (ARNs) and
|
1514
|
+
# Names (ARNs) and Amazon Web Services Service
|
1508
1515
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1509
|
-
# *
|
1516
|
+
# *Amazon Web Services General Reference*.
|
1510
1517
|
# @return [String]
|
1511
1518
|
#
|
1512
1519
|
# @!attribute [rw] next_token
|
@@ -1529,7 +1536,7 @@ module Aws::SSOAdmin
|
|
1529
1536
|
end
|
1530
1537
|
|
1531
1538
|
# @!attribute [rw] permission_sets
|
1532
|
-
# Defines the level of access on an
|
1539
|
+
# Defines the level of access on an Amazon Web Services account.
|
1533
1540
|
# @return [Array<String>]
|
1534
1541
|
#
|
1535
1542
|
# @!attribute [rw] next_token
|
@@ -1558,9 +1565,9 @@ module Aws::SSOAdmin
|
|
1558
1565
|
# @!attribute [rw] instance_arn
|
1559
1566
|
# The ARN of the SSO instance under which the operation will be
|
1560
1567
|
# executed. For more information about ARNs, see [Amazon Resource
|
1561
|
-
# Names (ARNs) and
|
1568
|
+
# Names (ARNs) and Amazon Web Services Service
|
1562
1569
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1563
|
-
# *
|
1570
|
+
# *Amazon Web Services General Reference*.
|
1564
1571
|
# @return [String]
|
1565
1572
|
#
|
1566
1573
|
# @!attribute [rw] resource_arn
|
@@ -1629,9 +1636,9 @@ module Aws::SSOAdmin
|
|
1629
1636
|
#
|
1630
1637
|
# @!attribute [rw] permission_set_arn
|
1631
1638
|
# The ARN of the permission set. For more information about ARNs, see
|
1632
|
-
# [Amazon Resource Names (ARNs) and
|
1639
|
+
# [Amazon Resource Names (ARNs) and Amazon Web Services Service
|
1633
1640
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1634
|
-
# *
|
1641
|
+
# *Amazon Web Services General Reference*.
|
1635
1642
|
# @return [String]
|
1636
1643
|
#
|
1637
1644
|
# @!attribute [rw] description
|
@@ -1678,15 +1685,16 @@ module Aws::SSOAdmin
|
|
1678
1685
|
# @return [String]
|
1679
1686
|
#
|
1680
1687
|
# @!attribute [rw] account_id
|
1681
|
-
# The identifier of the
|
1682
|
-
# assignments.
|
1688
|
+
# The identifier of the Amazon Web Services account from which to list
|
1689
|
+
# the assignments.
|
1683
1690
|
# @return [String]
|
1684
1691
|
#
|
1685
1692
|
# @!attribute [rw] permission_set_arn
|
1686
1693
|
# The ARN of the permission set that is being provisioned. For more
|
1687
|
-
# information about ARNs, see [Amazon Resource Names (ARNs) and
|
1688
|
-
# Service
|
1689
|
-
# in the
|
1694
|
+
# information about ARNs, see [Amazon Resource Names (ARNs) and Amazon
|
1695
|
+
# Web Services Service
|
1696
|
+
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1697
|
+
# *Amazon Web Services General Reference*.
|
1690
1698
|
# @return [String]
|
1691
1699
|
#
|
1692
1700
|
# @!attribute [rw] failure_reason
|
@@ -1749,9 +1757,9 @@ module Aws::SSOAdmin
|
|
1749
1757
|
# @!attribute [rw] instance_arn
|
1750
1758
|
# The ARN of the SSO instance under which the operation will be
|
1751
1759
|
# executed. For more information about ARNs, see [Amazon Resource
|
1752
|
-
# Names (ARNs) and
|
1760
|
+
# Names (ARNs) and Amazon Web Services Service
|
1753
1761
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1754
|
-
# *
|
1762
|
+
# *Amazon Web Services General Reference*.
|
1755
1763
|
# @return [String]
|
1756
1764
|
#
|
1757
1765
|
# @!attribute [rw] permission_set_arn
|
@@ -1759,8 +1767,8 @@ module Aws::SSOAdmin
|
|
1759
1767
|
# @return [String]
|
1760
1768
|
#
|
1761
1769
|
# @!attribute [rw] target_id
|
1762
|
-
# TargetID is an
|
1763
|
-
# string (For example, 123456789012).
|
1770
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
1771
|
+
# 10-12 digit string (For example, 123456789012).
|
1764
1772
|
# @return [String]
|
1765
1773
|
#
|
1766
1774
|
# @!attribute [rw] target_type
|
@@ -1802,9 +1810,9 @@ module Aws::SSOAdmin
|
|
1802
1810
|
# @!attribute [rw] instance_arn
|
1803
1811
|
# The ARN of the SSO instance under which the operation will be
|
1804
1812
|
# executed. For more information about ARNs, see [Amazon Resource
|
1805
|
-
# Names (ARNs) and
|
1813
|
+
# Names (ARNs) and Amazon Web Services Service
|
1806
1814
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1807
|
-
# *
|
1815
|
+
# *Amazon Web Services General Reference*.
|
1808
1816
|
# @return [String]
|
1809
1817
|
#
|
1810
1818
|
# @!attribute [rw] permission_set_arn
|
@@ -1858,7 +1866,8 @@ module Aws::SSOAdmin
|
|
1858
1866
|
|
1859
1867
|
# A set of key-value pairs that are used to manage the resource. Tags
|
1860
1868
|
# can only be applied to permission sets and cannot be applied to
|
1861
|
-
# corresponding roles that
|
1869
|
+
# corresponding roles that Amazon Web Services SSO creates in Amazon Web
|
1870
|
+
# Services accounts.
|
1862
1871
|
#
|
1863
1872
|
# @note When making an API call, you may pass Tag
|
1864
1873
|
# data as a hash:
|
@@ -1902,9 +1911,9 @@ module Aws::SSOAdmin
|
|
1902
1911
|
# @!attribute [rw] instance_arn
|
1903
1912
|
# The ARN of the SSO instance under which the operation will be
|
1904
1913
|
# executed. For more information about ARNs, see [Amazon Resource
|
1905
|
-
# Names (ARNs) and
|
1914
|
+
# Names (ARNs) and Amazon Web Services Service
|
1906
1915
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1907
|
-
# *
|
1916
|
+
# *Amazon Web Services General Reference*.
|
1908
1917
|
# @return [String]
|
1909
1918
|
#
|
1910
1919
|
# @!attribute [rw] resource_arn
|
@@ -1955,9 +1964,9 @@ module Aws::SSOAdmin
|
|
1955
1964
|
# @!attribute [rw] instance_arn
|
1956
1965
|
# The ARN of the SSO instance under which the operation will be
|
1957
1966
|
# executed. For more information about ARNs, see [Amazon Resource
|
1958
|
-
# Names (ARNs) and
|
1967
|
+
# Names (ARNs) and Amazon Web Services Service
|
1959
1968
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1960
|
-
# *
|
1969
|
+
# *Amazon Web Services General Reference*.
|
1961
1970
|
# @return [String]
|
1962
1971
|
#
|
1963
1972
|
# @!attribute [rw] resource_arn
|
@@ -2035,9 +2044,9 @@ module Aws::SSOAdmin
|
|
2035
2044
|
# @!attribute [rw] instance_arn
|
2036
2045
|
# The ARN of the SSO instance under which the operation will be
|
2037
2046
|
# executed. For more information about ARNs, see [Amazon Resource
|
2038
|
-
# Names (ARNs) and
|
2047
|
+
# Names (ARNs) and Amazon Web Services Service
|
2039
2048
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
2040
|
-
# *
|
2049
|
+
# *Amazon Web Services General Reference*.
|
2041
2050
|
# @return [String]
|
2042
2051
|
#
|
2043
2052
|
# @!attribute [rw] permission_set_arn
|