Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Identity.getUsers
Explore with Pulumi AI
This data source provides the list of Users in Oracle Cloud Infrastructure Identity service.
Lists the users in your tenancy. You must specify your tenancy’s OCID as the value for the compartment ID (remember that the tenancy is simply the root compartment). See Where to Get the Tenancy’s OCID and User’s OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testUsers = oci.Identity.getUsers({
compartmentId: tenancyOcid,
externalIdentifier: userExternalIdentifier,
identityProviderId: testIdentityProvider.id,
name: userName,
state: userState,
});
import pulumi
import pulumi_oci as oci
test_users = oci.Identity.get_users(compartment_id=tenancy_ocid,
external_identifier=user_external_identifier,
identity_provider_id=test_identity_provider["id"],
name=user_name,
state=user_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Identity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Identity.GetUsers(ctx, &identity.GetUsersArgs{
CompartmentId: tenancyOcid,
ExternalIdentifier: pulumi.StringRef(userExternalIdentifier),
IdentityProviderId: pulumi.StringRef(testIdentityProvider.Id),
Name: pulumi.StringRef(userName),
State: pulumi.StringRef(userState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testUsers = Oci.Identity.GetUsers.Invoke(new()
{
CompartmentId = tenancyOcid,
ExternalIdentifier = userExternalIdentifier,
IdentityProviderId = testIdentityProvider.Id,
Name = userName,
State = userState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Identity.IdentityFunctions;
import com.pulumi.oci.Identity.inputs.GetUsersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testUsers = IdentityFunctions.getUsers(GetUsersArgs.builder()
.compartmentId(tenancyOcid)
.externalIdentifier(userExternalIdentifier)
.identityProviderId(testIdentityProvider.id())
.name(userName)
.state(userState)
.build());
}
}
variables:
testUsers:
fn::invoke:
Function: oci:Identity:getUsers
Arguments:
compartmentId: ${tenancyOcid}
externalIdentifier: ${userExternalIdentifier}
identityProviderId: ${testIdentityProvider.id}
name: ${userName}
state: ${userState}
Using getUsers
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUsers(args: GetUsersArgs, opts?: InvokeOptions): Promise<GetUsersResult>
function getUsersOutput(args: GetUsersOutputArgs, opts?: InvokeOptions): Output<GetUsersResult>
def get_users(compartment_id: Optional[str] = None,
external_identifier: Optional[str] = None,
filters: Optional[Sequence[_identity.GetUsersFilter]] = None,
identity_provider_id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUsersResult
def get_users_output(compartment_id: Optional[pulumi.Input[str]] = None,
external_identifier: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_identity.GetUsersFilterArgs]]]] = None,
identity_provider_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]
func GetUsers(ctx *Context, args *GetUsersArgs, opts ...InvokeOption) (*GetUsersResult, error)
func GetUsersOutput(ctx *Context, args *GetUsersOutputArgs, opts ...InvokeOption) GetUsersResultOutput
> Note: This function is named GetUsers
in the Go SDK.
public static class GetUsers
{
public static Task<GetUsersResult> InvokeAsync(GetUsersArgs args, InvokeOptions? opts = null)
public static Output<GetUsersResult> Invoke(GetUsersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUsersResult> getUsers(GetUsersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Identity/getUsers:getUsers
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- External
Identifier string - The id of a user in the identity provider.
- Filters
List<Get
Users Filter> - Identity
Provider stringId - The id of the identity provider.
- Name string
- A filter to only return resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- External
Identifier string - The id of a user in the identity provider.
- Filters
[]Get
Users Filter - Identity
Provider stringId - The id of the identity provider.
- Name string
- A filter to only return resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- external
Identifier String - The id of a user in the identity provider.
- filters
List<Get
Users Filter> - identity
Provider StringId - The id of the identity provider.
- name String
- A filter to only return resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- external
Identifier string - The id of a user in the identity provider.
- filters
Get
Users Filter[] - identity
Provider stringId - The id of the identity provider.
- name string
- A filter to only return resources that match the given name exactly.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- external_
identifier str - The id of a user in the identity provider.
- filters
Sequence[identity.
Get Users Filter] - identity_
provider_ strid - The id of the identity provider.
- name str
- A filter to only return resources that match the given name exactly.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- external
Identifier String - The id of a user in the identity provider.
- filters List<Property Map>
- identity
Provider StringId - The id of the identity provider.
- name String
- A filter to only return resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
getUsers Result
The following output properties are available:
- Compartment
Id string - The OCID of the tenancy containing the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
List<Get
Users User> - The list of users.
- External
Identifier string - Identifier of the user in the identity provider
- Filters
List<Get
Users Filter> - Identity
Provider stringId - The OCID of the
IdentityProvider
this user belongs to. - Name string
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- State string
- The user's current state.
- Compartment
Id string - The OCID of the tenancy containing the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
[]Get
Users User - The list of users.
- External
Identifier string - Identifier of the user in the identity provider
- Filters
[]Get
Users Filter - Identity
Provider stringId - The OCID of the
IdentityProvider
this user belongs to. - Name string
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- State string
- The user's current state.
- compartment
Id String - The OCID of the tenancy containing the user.
- id String
- The provider-assigned unique ID for this managed resource.
- users
List<Get
Users User> - The list of users.
- external
Identifier String - Identifier of the user in the identity provider
- filters
List<Get
Users Filter> - identity
Provider StringId - The OCID of the
IdentityProvider
this user belongs to. - name String
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- state String
- The user's current state.
- compartment
Id string - The OCID of the tenancy containing the user.
- id string
- The provider-assigned unique ID for this managed resource.
- users
Get
Users User[] - The list of users.
- external
Identifier string - Identifier of the user in the identity provider
- filters
Get
Users Filter[] - identity
Provider stringId - The OCID of the
IdentityProvider
this user belongs to. - name string
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- state string
- The user's current state.
- compartment_
id str - The OCID of the tenancy containing the user.
- id str
- The provider-assigned unique ID for this managed resource.
- users
Sequence[identity.
Get Users User] - The list of users.
- external_
identifier str - Identifier of the user in the identity provider
- filters
Sequence[identity.
Get Users Filter] - identity_
provider_ strid - The OCID of the
IdentityProvider
this user belongs to. - name str
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- state str
- The user's current state.
- compartment
Id String - The OCID of the tenancy containing the user.
- id String
- The provider-assigned unique ID for this managed resource.
- users List<Property Map>
- The list of users.
- external
Identifier String - Identifier of the user in the identity provider
- filters List<Property Map>
- identity
Provider StringId - The OCID of the
IdentityProvider
this user belongs to. - name String
- The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.
- state String
- The user's current state.
Supporting Types
GetUsersFilter
GetUsersUser
- Capabilities
List<Get
Users User Capability> - Properties indicating how the user is allowed to authenticate.
- Compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- Db
User stringName - DB username of the DB credential. Has to be unique across the tenancy.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- The description you assign to the user. Does not have to be unique, and it's changeable.
- Email string
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- Email
Verified bool - Whether the email address has been validated.
- External
Identifier string - The id of a user in the identity provider.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the user.
- Identity
Provider stringId - The id of the identity provider.
- Inactive
State string - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- Last
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - Name string
- A filter to only return resources that match the given name exactly.
- Previous
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Capabilities
[]Get
Users User Capability - Properties indicating how the user is allowed to authenticate.
- Compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- Db
User stringName - DB username of the DB credential. Has to be unique across the tenancy.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- The description you assign to the user. Does not have to be unique, and it's changeable.
- Email string
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- Email
Verified bool - Whether the email address has been validated.
- External
Identifier string - The id of a user in the identity provider.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the user.
- Identity
Provider stringId - The id of the identity provider.
- Inactive
State string - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- Last
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - Name string
- A filter to only return resources that match the given name exactly.
- Previous
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capabilities
List<Get
Users User Capability> - Properties indicating how the user is allowed to authenticate.
- compartment
Id String - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- db
User StringName - DB username of the DB credential. Has to be unique across the tenancy.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- The description you assign to the user. Does not have to be unique, and it's changeable.
- email String
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- email
Verified Boolean - Whether the email address has been validated.
- external
Identifier String - The id of a user in the identity provider.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the user.
- identity
Provider StringId - The id of the identity provider.
- inactive
State String - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- last
Successful StringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - name String
- A filter to only return resources that match the given name exactly.
- previous
Successful StringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capabilities
Get
Users User Capability[] - Properties indicating how the user is allowed to authenticate.
- compartment
Id string - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- db
User stringName - DB username of the DB credential. Has to be unique across the tenancy.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- The description you assign to the user. Does not have to be unique, and it's changeable.
- email string
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- email
Verified boolean - Whether the email address has been validated.
- external
Identifier string - The id of a user in the identity provider.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the user.
- identity
Provider stringId - The id of the identity provider.
- inactive
State string - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- last
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - name string
- A filter to only return resources that match the given name exactly.
- previous
Successful stringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created string - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capabilities
Sequence[identity.
Get Users User Capability] - Properties indicating how the user is allowed to authenticate.
- compartment_
id str - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- db_
user_ strname - DB username of the DB credential. Has to be unique across the tenancy.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- The description you assign to the user. Does not have to be unique, and it's changeable.
- email str
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- email_
verified bool - Whether the email address has been validated.
- external_
identifier str - The id of a user in the identity provider.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the user.
- identity_
provider_ strid - The id of the identity provider.
- inactive_
state str - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- last_
successful_ strlogin_ time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - name str
- A filter to only return resources that match the given name exactly.
- previous_
successful_ strlogin_ time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time_
created str - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- capabilities List<Property Map>
- Properties indicating how the user is allowed to authenticate.
- compartment
Id String - The OCID of the compartment (remember that the tenancy is simply the root compartment).
- db
User StringName - DB username of the DB credential. Has to be unique across the tenancy.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- The description you assign to the user. Does not have to be unique, and it's changeable.
- email String
- The email address you assign to the user. The email address must be unique across all users in the tenancy.
- email
Verified Boolean - Whether the email address has been validated.
- external
Identifier String - The id of a user in the identity provider.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the user.
- identity
Provider StringId - The id of the identity provider.
- inactive
State String - Returned only if the user's
lifecycleState
is INACTIVE. A 16-bit value showing the reason why the user is inactive:- bit 0: SUSPENDED (reserved for future use)
- bit 1: DISABLED (reserved for future use)
- bit 2: BLOCKED (the user has exceeded the maximum number of failed login attempts for the Console)
- last
Successful StringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - name String
- A filter to only return resources that match the given name exactly.
- previous
Successful StringLogin Time - The date and time of when the user most recently logged in the format defined by RFC3339 (ex.
2016-08-25T21:10:29.600Z
). If there is no login history, this field is null. - state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - Date and time the user was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetUsersUserCapability
- Can
Use boolApi Keys - Indicates if the user can use API keys.
- Can
Use boolAuth Tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- Can
Use boolConsole Password - Indicates if the user can log in to the console.
- Can
Use boolCustomer Secret Keys - Indicates if the user can use SigV4 symmetric keys.
- Can
Use boolDb Credentials - Indicates if the user can use DB passwords.
- Can
Use boolOauth2client Credentials - Indicates if the user can use OAuth2 credentials and tokens.
- Can
Use boolSmtp Credentials - Indicates if the user can use SMTP passwords.
- Can
Use boolApi Keys - Indicates if the user can use API keys.
- Can
Use boolAuth Tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- Can
Use boolConsole Password - Indicates if the user can log in to the console.
- Can
Use boolCustomer Secret Keys - Indicates if the user can use SigV4 symmetric keys.
- Can
Use boolDb Credentials - Indicates if the user can use DB passwords.
- Can
Use boolOauth2client Credentials - Indicates if the user can use OAuth2 credentials and tokens.
- Can
Use boolSmtp Credentials - Indicates if the user can use SMTP passwords.
- can
Use BooleanApi Keys - Indicates if the user can use API keys.
- can
Use BooleanAuth Tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- can
Use BooleanConsole Password - Indicates if the user can log in to the console.
- can
Use BooleanCustomer Secret Keys - Indicates if the user can use SigV4 symmetric keys.
- can
Use BooleanDb Credentials - Indicates if the user can use DB passwords.
- can
Use BooleanOauth2client Credentials - Indicates if the user can use OAuth2 credentials and tokens.
- can
Use BooleanSmtp Credentials - Indicates if the user can use SMTP passwords.
- can
Use booleanApi Keys - Indicates if the user can use API keys.
- can
Use booleanAuth Tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- can
Use booleanConsole Password - Indicates if the user can log in to the console.
- can
Use booleanCustomer Secret Keys - Indicates if the user can use SigV4 symmetric keys.
- can
Use booleanDb Credentials - Indicates if the user can use DB passwords.
- can
Use booleanOauth2client Credentials - Indicates if the user can use OAuth2 credentials and tokens.
- can
Use booleanSmtp Credentials - Indicates if the user can use SMTP passwords.
- can_
use_ boolapi_ keys - Indicates if the user can use API keys.
- can_
use_ boolauth_ tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- can_
use_ boolconsole_ password - Indicates if the user can log in to the console.
- can_
use_ boolcustomer_ secret_ keys - Indicates if the user can use SigV4 symmetric keys.
- can_
use_ booldb_ credentials - Indicates if the user can use DB passwords.
- can_
use_ booloauth2client_ credentials - Indicates if the user can use OAuth2 credentials and tokens.
- can_
use_ boolsmtp_ credentials - Indicates if the user can use SMTP passwords.
- can
Use BooleanApi Keys - Indicates if the user can use API keys.
- can
Use BooleanAuth Tokens - Indicates if the user can use SWIFT passwords / auth tokens.
- can
Use BooleanConsole Password - Indicates if the user can log in to the console.
- can
Use BooleanCustomer Secret Keys - Indicates if the user can use SigV4 symmetric keys.
- can
Use BooleanDb Credentials - Indicates if the user can use DB passwords.
- can
Use BooleanOauth2client Credentials - Indicates if the user can use OAuth2 credentials and tokens.
- can
Use BooleanSmtp Credentials - Indicates if the user can use SMTP passwords.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.