Guidance for assigning role in SPC
Overview
To configure a trust relationship between the SCOP system and the target CSP account, assigning a role is necessary. This guide outlines the steps to enable secure integration for operations such as security audits, account updates, and console/resource access.
Definition and purpose
To perform operations such as:
- Extracting account information
- Detecting events
- Managing resources
…you need to:
- Create a linked role in the target CSP account for SCOP.
- Allocate a Service Principal (IAM User, Service App, Service Account, etc.).
- Form a trust relationship to allow API access from the SCOP system.
Conceptual overview

The following steps summarize the role assignment process:
- Create policy
- Create role
- Assign trust relationship
Target: SPC Account Admins

Detailed guide
Step 1: Log in to SPC console
- Access the SPC Console .

Step 2: Access IAM service
- Click the Menu button.
- Select SPC Identity & Access Management.

Step 3: Navigate to policies
- Click Policies.
- Click + Create Policy.

Step 4: Create a new policy
- Name the policy:
SamsungCloudOpsPlatform_Linked_Policy. - Paste the policy script from
SCOP_SPC_Policy_Script.json. - Click Create Policy.

For complete example, please refer to the policy below
{
"Version": "2012-10-17",
"Statement": {
"Sid": "SCOP20230918SID-TEMP1",
"Effect": "Allow",
"Action": [
"iam:AddClientIDToOpenIDConnectProvider",
"iam:AttachRolePolicy",
"iam:CreateOpenIDConnectProvider",
"iam:CreatePolicy",
"iam:CreatePolicyVersion",
"iam:CreateRole",
"iam:DeleteOpenIDConnectProvider",
"iam:DeletePolicy",
"iam:DeletePolicyVersion",
"iam:DeleteRole",
"iam:DetachRolePolicy",
"iam:Get*",
"iam:List*",
"iam:RemoveClientIDFromOpenIDConnectProvider",
"iam:SetDefaultPolicyVersion",
"iam:UpdateAssumeRolePolicy",
"iam:UpdateOpenIDConnectProviderThumbprint",
"sts:AssumeRole"
],
"Resource": "*"
}
}
Step 5: Go to roles section
- Verify the newly created policy.
- Click Roles.

Step 6: Create a new role
- Click + Create Role.

Step 7: Add SCOP as trusted entity
- Select Another SPC account.
- Enter SCOP Account ID:
651725221358. - Click Next.

Step 8: Attach policy to role
- Search for
SamsungCloudOpsPlatform_Linked_Policy. - Select the policy.
- Click Next.

Step 9: Set tags (optional)
- Click Next to proceed.

Step 10: Finalize role creation
- Name the role:
SamsungCloudOpsPlatform_Linked_Role. - Click Create Role.

Step 11: Verify role creation
- Confirm the role has been successfully created.
