harbor logo
Harbor v3.9.1, May 30 23

harbor.ConfigAuth

Explore with Pulumi AI

Create ConfigAuth Resource

new ConfigAuth(name: string, args: ConfigAuthArgs, opts?: CustomResourceOptions);
@overload
def ConfigAuth(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               auth_mode: Optional[str] = None,
               ldap_base_dn: Optional[str] = None,
               ldap_filter: Optional[str] = None,
               ldap_group_admin_dn: Optional[str] = None,
               ldap_group_base_dn: Optional[str] = None,
               ldap_group_filter: Optional[str] = None,
               ldap_group_gid: Optional[str] = None,
               ldap_group_membership: Optional[str] = None,
               ldap_group_scope: Optional[str] = None,
               ldap_group_uid: Optional[str] = None,
               ldap_scope: Optional[str] = None,
               ldap_search_dn: Optional[str] = None,
               ldap_search_password: Optional[str] = None,
               ldap_uid: Optional[str] = None,
               ldap_url: Optional[str] = None,
               ldap_verify_cert: Optional[bool] = None,
               oidc_admin_group: Optional[str] = None,
               oidc_auto_onboard: Optional[bool] = None,
               oidc_client_id: Optional[str] = None,
               oidc_client_secret: Optional[str] = None,
               oidc_endpoint: Optional[str] = None,
               oidc_groups_claim: Optional[str] = None,
               oidc_name: Optional[str] = None,
               oidc_scope: Optional[str] = None,
               oidc_user_claim: Optional[str] = None,
               oidc_verify_cert: Optional[bool] = None)
@overload
def ConfigAuth(resource_name: str,
               args: ConfigAuthArgs,
               opts: Optional[ResourceOptions] = None)
func NewConfigAuth(ctx *Context, name string, args ConfigAuthArgs, opts ...ResourceOption) (*ConfigAuth, error)
public ConfigAuth(string name, ConfigAuthArgs args, CustomResourceOptions? opts = null)
public ConfigAuth(String name, ConfigAuthArgs args)
public ConfigAuth(String name, ConfigAuthArgs args, CustomResourceOptions options)
type: harbor:ConfigAuth
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ConfigAuthArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args ConfigAuthArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ConfigAuthArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ConfigAuthArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ConfigAuthArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ConfigAuth Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The ConfigAuth resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the ConfigAuth resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing ConfigAuth Resource

Get an existing ConfigAuth resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ConfigAuthState, opts?: CustomResourceOptions): ConfigAuth
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        auth_mode: Optional[str] = None,
        ldap_base_dn: Optional[str] = None,
        ldap_filter: Optional[str] = None,
        ldap_group_admin_dn: Optional[str] = None,
        ldap_group_base_dn: Optional[str] = None,
        ldap_group_filter: Optional[str] = None,
        ldap_group_gid: Optional[str] = None,
        ldap_group_membership: Optional[str] = None,
        ldap_group_scope: Optional[str] = None,
        ldap_group_uid: Optional[str] = None,
        ldap_scope: Optional[str] = None,
        ldap_search_dn: Optional[str] = None,
        ldap_search_password: Optional[str] = None,
        ldap_uid: Optional[str] = None,
        ldap_url: Optional[str] = None,
        ldap_verify_cert: Optional[bool] = None,
        oidc_admin_group: Optional[str] = None,
        oidc_auto_onboard: Optional[bool] = None,
        oidc_client_id: Optional[str] = None,
        oidc_client_secret: Optional[str] = None,
        oidc_endpoint: Optional[str] = None,
        oidc_groups_claim: Optional[str] = None,
        oidc_name: Optional[str] = None,
        oidc_scope: Optional[str] = None,
        oidc_user_claim: Optional[str] = None,
        oidc_verify_cert: Optional[bool] = None) -> ConfigAuth
func GetConfigAuth(ctx *Context, name string, id IDInput, state *ConfigAuthState, opts ...ResourceOption) (*ConfigAuth, error)
public static ConfigAuth Get(string name, Input<string> id, ConfigAuthState? state, CustomResourceOptions? opts = null)
public static ConfigAuth get(String name, Output<String> id, ConfigAuthState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:

Package Details

Repository
harbor pulumiverse/pulumi-harbor
License
Apache-2.0
Notes

This Pulumi package is based on the harbor Terraform Provider.