Identity and Access Management - IAM INTRO Flashcards

1
Q

Fine-grained access control or role-based access control service.

A

Identity and Access Management Service - IAM

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

Authentication
identity or who someone is

A

AuthN

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

Authorization
permissions or what someone is allowed to do

A

AuthZ

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

AuthN

A

Ensures that a person is who they claim to be.

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

AuthZ

A

Allows a user to be assigned one or more pre-determined roles and each role comes with a set of permissions.

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

A container for your users and groups - a construct that represents a user population in OCI along with associated configurations and security settings.

A

Identity Domains

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

1st Step with IAM

A

We create an identity domain, create users and groups within that identity domain.

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

2nd Step with IAM

A

We write policies against the groups and policies are scoped to a tenancy, account or compartment.

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

A kind of logical isolation for resources

A

Compartment

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

How is authentication done

A

By common mechanisms like username and password

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

The mechanism whereby you provide role-based access control.

A

Policy

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

Resources include (objects)

A

block storage, compute instances, file storage, databases

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

Unique identifier assigned by Oracle

A

Cloud ID - OCID

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

OCID SYNTAX - ocid1

ocid1.<RESOURCE>.<REALM>.[REGION] [.Future Use].<UNIQUE></UNIQUE></REALM></RESOURCE>

A

Starts with ocid1 and that is the type of resource

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

OCID SYNTAX - Resource type

ocid1.<RESOURCE>.<REALM>.[REGION] [.Future Use].<UNIQUE></UNIQUE></REALM></RESOURCE>

A

Resource Type - self explanatory
compute instance, block storage device etc

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

OCID SYNTAX Realm

ocid1.<RESOURCE>.<REALM>.[REGION] [.Future Use].<UNIQUE></UNIQUE></REALM></RESOURCE>

A

Realm - set of regions that share the same characteristics

17
Q

OCID SYNTAX Region

ocid1.<RESOURCE>.<REALM>.[REGION] [.Future Use].<UNIQUE></UNIQUE></REALM></RESOURCE>

A

Region - region code here that is unique to the resource you create

18
Q

When do you interact with OCIDS

A

When using CLI or SDK

19
Q

How are the OCIDS generated?

A

Automatically by Oracle