IdNamespaceAssociationArgs

data class IdNamespaceAssociationArgs(val description: Output<String>? = null, val idMappingConfig: Output<IdNamespaceAssociationIdMappingConfigArgs>? = null, val inputReferenceConfig: Output<IdNamespaceAssociationInputReferenceConfigArgs>? = null, val membershipIdentifier: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<IdNamespaceAssociationArgs>

Represents an association between an ID namespace and a collaboration

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, idMappingConfig: Output<IdNamespaceAssociationIdMappingConfigArgs>? = null, inputReferenceConfig: Output<IdNamespaceAssociationInputReferenceConfigArgs>? = null, membershipIdentifier: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the ID namespace association.

Link copied to clipboard

The configuration settings for the ID mapping table.

Link copied to clipboard

The input reference configuration for the ID namespace association.

Link copied to clipboard
val membershipIdentifier: Output<String>? = null

The unique identifier of the membership that contains the ID namespace association.

Link copied to clipboard
val name: Output<String>? = null

The name of this ID namespace association.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Functions

Link copied to clipboard
open override fun toJava(): IdNamespaceAssociationArgs