authentik.ProviderScim
Explore with Pulumi AI
Example Usage
Create ProviderScim Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProviderScim(name: string, args: ProviderScimArgs, opts?: CustomResourceOptions);
@overload
def ProviderScim(resource_name: str,
args: ProviderScimArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProviderScim(resource_name: str,
opts: Optional[ResourceOptions] = None,
token: Optional[str] = None,
url: Optional[str] = None,
exclude_users_service_account: Optional[bool] = None,
filter_group: Optional[str] = None,
name: Optional[str] = None,
property_mappings: Optional[Sequence[str]] = None,
property_mappings_groups: Optional[Sequence[str]] = None,
provider_scim_id: Optional[str] = None)
func NewProviderScim(ctx *Context, name string, args ProviderScimArgs, opts ...ResourceOption) (*ProviderScim, error)
public ProviderScim(string name, ProviderScimArgs args, CustomResourceOptions? opts = null)
public ProviderScim(String name, ProviderScimArgs args)
public ProviderScim(String name, ProviderScimArgs args, CustomResourceOptions options)
type: authentik:ProviderScim
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderScimArgs
- 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 ProviderScimArgs
- 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 ProviderScimArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderScimArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderScimArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var providerScimResource = new Authentik.ProviderScim("providerScimResource", new()
{
Token = "string",
Url = "string",
ExcludeUsersServiceAccount = false,
FilterGroup = "string",
Name = "string",
PropertyMappings = new[]
{
"string",
},
PropertyMappingsGroups = new[]
{
"string",
},
ProviderScimId = "string",
});
example, err := authentik.NewProviderScim(ctx, "providerScimResource", &authentik.ProviderScimArgs{
Token: pulumi.String("string"),
Url: pulumi.String("string"),
ExcludeUsersServiceAccount: pulumi.Bool(false),
FilterGroup: pulumi.String("string"),
Name: pulumi.String("string"),
PropertyMappings: pulumi.StringArray{
pulumi.String("string"),
},
PropertyMappingsGroups: pulumi.StringArray{
pulumi.String("string"),
},
ProviderScimId: pulumi.String("string"),
})
var providerScimResource = new ProviderScim("providerScimResource", ProviderScimArgs.builder()
.token("string")
.url("string")
.excludeUsersServiceAccount(false)
.filterGroup("string")
.name("string")
.propertyMappings("string")
.propertyMappingsGroups("string")
.providerScimId("string")
.build());
provider_scim_resource = authentik.ProviderScim("providerScimResource",
token="string",
url="string",
exclude_users_service_account=False,
filter_group="string",
name="string",
property_mappings=["string"],
property_mappings_groups=["string"],
provider_scim_id="string")
const providerScimResource = new authentik.ProviderScim("providerScimResource", {
token: "string",
url: "string",
excludeUsersServiceAccount: false,
filterGroup: "string",
name: "string",
propertyMappings: ["string"],
propertyMappingsGroups: ["string"],
providerScimId: "string",
});
type: authentik:ProviderScim
properties:
excludeUsersServiceAccount: false
filterGroup: string
name: string
propertyMappings:
- string
propertyMappingsGroups:
- string
providerScimId: string
token: string
url: string
ProviderScim Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ProviderScim resource accepts the following input properties:
- Token string
- Url string
- Exclude
Users boolService Account - Filter
Group string - Name string
- Property
Mappings List<string> - Property
Mappings List<string>Groups - Provider
Scim stringId - The ID of this resource.
- Token string
- Url string
- Exclude
Users boolService Account - Filter
Group string - Name string
- Property
Mappings []string - Property
Mappings []stringGroups - Provider
Scim stringId - The ID of this resource.
- token String
- url String
- exclude
Users BooleanService Account - filter
Group String - name String
- property
Mappings List<String> - property
Mappings List<String>Groups - provider
Scim StringId - The ID of this resource.
- token string
- url string
- exclude
Users booleanService Account - filter
Group string - name string
- property
Mappings string[] - property
Mappings string[]Groups - provider
Scim stringId - The ID of this resource.
- token str
- url str
- exclude_
users_ boolservice_ account - filter_
group str - name str
- property_
mappings Sequence[str] - property_
mappings_ Sequence[str]groups - provider_
scim_ strid - The ID of this resource.
- token String
- url String
- exclude
Users BooleanService Account - filter
Group String - name String
- property
Mappings List<String> - property
Mappings List<String>Groups - provider
Scim StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProviderScim 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 ProviderScim Resource
Get an existing ProviderScim 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?: ProviderScimState, opts?: CustomResourceOptions): ProviderScim
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
exclude_users_service_account: Optional[bool] = None,
filter_group: Optional[str] = None,
name: Optional[str] = None,
property_mappings: Optional[Sequence[str]] = None,
property_mappings_groups: Optional[Sequence[str]] = None,
provider_scim_id: Optional[str] = None,
token: Optional[str] = None,
url: Optional[str] = None) -> ProviderScim
func GetProviderScim(ctx *Context, name string, id IDInput, state *ProviderScimState, opts ...ResourceOption) (*ProviderScim, error)
public static ProviderScim Get(string name, Input<string> id, ProviderScimState? state, CustomResourceOptions? opts = null)
public static ProviderScim get(String name, Output<String> id, ProviderScimState state, CustomResourceOptions options)
resources: _: type: authentik:ProviderScim get: id: ${id}
- 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.
- Exclude
Users boolService Account - Filter
Group string - Name string
- Property
Mappings List<string> - Property
Mappings List<string>Groups - Provider
Scim stringId - The ID of this resource.
- Token string
- Url string
- Exclude
Users boolService Account - Filter
Group string - Name string
- Property
Mappings []string - Property
Mappings []stringGroups - Provider
Scim stringId - The ID of this resource.
- Token string
- Url string
- exclude
Users BooleanService Account - filter
Group String - name String
- property
Mappings List<String> - property
Mappings List<String>Groups - provider
Scim StringId - The ID of this resource.
- token String
- url String
- exclude
Users booleanService Account - filter
Group string - name string
- property
Mappings string[] - property
Mappings string[]Groups - provider
Scim stringId - The ID of this resource.
- token string
- url string
- exclude_
users_ boolservice_ account - filter_
group str - name str
- property_
mappings Sequence[str] - property_
mappings_ Sequence[str]groups - provider_
scim_ strid - The ID of this resource.
- token str
- url str
- exclude
Users BooleanService Account - filter
Group String - name String
- property
Mappings List<String> - property
Mappings List<String>Groups - provider
Scim StringId - The ID of this resource.
- token String
- url String
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentik
Terraform Provider.