Identity and Access Management (IAM) Flashcards

1
Q

IAM

A

IAM is a sophisticated system built on top of
email-like address names,
job type roles and
granular permissions.
It is a way of identifying who can do what on which resource.
The who can be a person, group or application.
The what refers to specific privileges or actions, and the resource could be any Google Cloud service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In IAM, you grant access to principals. Principals can be of the following types:

A

Principals can be of the following types:
Google Account
Service account
Google group
Google Workspace account
Cloud Identity domain
All authenticated users
All users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

components within Cloud IAM

A

organizations, folders, projects, resources, roles, members and service accounts.
????? The four main components of IAM include: Authentication, Authorization, Administration, and Auditing and Reporting.Jun

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cloud IAM resource hierarchy.

A

The organization node is the root node in this hierarchy. The organization resource represents your company.
Cloud IAM roles granted by this level are inherited by all resources under the organization.
The folder resource could represent your department.
Projects represent a trust boundary within your company.
Services within the same project have the same default level of trust.
Resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Organization level nodes

A
  • organization admin provides a user with access to administer all resources belonging to his organization.
  • project creator role, which allows a user to create projects within her organization.
  • G Suite or Cloud Identity super admins. The organization resource is closely associated with a G Suite or Cloud Identity Account.
    The G Suite or Cloud Identity super administrators and the GCP organization admin are key roles during the setup process and for lifecycle control, for the organization resource. The two roles are generally assigned to different users or groups
  • viewer role - view access to all resources within an organization.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

G Suite or Cloud Identity super administrator responsibilities

A

assign the organization admin role to some users,
be a point of contact in case of recovery issues,
control the lifecycle of the G Suite or Cloud Identity account and organization resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The responsibilities of the organization admin role

A

define IAM policies,
determine the structure of the
resource hierarchy,
delegate responsibility over critical components such as networking, billing, and resource hierarchy, through IAM roles.
Following the principle of least privilege, this role does not include the permission to perform other actions, such as creating folders.
get these permissions, an organization admin must assign additional roles to their account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Folder level nodes

A

sub organizations within the organization.
Folders provide an additional grouping mechanism and isolation boundary between projects.
Folders can be used to model different legal entities, departments, and teams within a company.
folders -> subfolders….
departments -> teams -> applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

folder level roles

A

admin role that provides full control over folders.
creator role (owner), to browse the hierarchy and create folders, viewer role, to view folders and projects below a resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

project level nodes

A

there is a creator role that allows a user to create new projects(owner)
project deleter role that grants deletion privileges for projects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly