Id Namespace Association Args
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
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
The unique identifier of the membership that contains the ID namespace association.