Difference between revisions of "Aws organizations describe-organization"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/describe-organization.html
 
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/describe-organization.html
  
{
+
{{describe-organization example}}
    "Organization": {
+
 
        "Id": "o-pkdpvy9556",
+
== Related ==
        "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
+
* <code>[[aws sts get-caller-identity]]</code>
        "FeatureSet": "ALL",
+
* <code>[[aws organizations describe-account]]</code>
        "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
 
        "MasterAccountId": "0987654321",
 
        "MasterAccountEmail": "your_username@your_email.com",
 
        "AvailablePolicyTypes": [
 
            {
 
                "Type": "[[SERVICE_CONTROL_POLICY]]",
 
                "Status": "ENABLED"
 
            }
 
        ]
 
    }
 
}
 
  
 
== See also ==
 
== See also ==

Latest revision as of 15:34, 20 February 2024

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/describe-organization.html

{
    "Organization": {
        "Id": "o-pkdpvy9556",
        "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
        "FeatureSet": "ALL",
        "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
        "MasterAccountId": "0987654321",
        "MasterAccountEmail": "your_username@your_email.com",
        "AvailablePolicyTypes": [
            {
                "Type": "SERVICE_CONTROL_POLICY",
                "Status": "ENABLED"
            }
        ]
    }
}

Related[edit]

See also[edit]

Advertising: