transferLockState property
This is the desired transfer lock state for this Registration
.
A transfer lock controls whether the domain can be transferred to another
registrar. The transfer lock state of the domain is returned in the
effective_transfer_lock_state
property. The transfer lock state values
might be different for the following reasons: * transfer_lock_state
was
updated only a short time ago. * Domains with the
TRANSFER_LOCK_UNSUPPORTED_BY_REGISTRY
state are in the list of
domain_properties
. These domains are always in the UNLOCKED
state.
Possible string values are:
- "TRANSFER_LOCK_STATE_UNSPECIFIED" : The state is unspecified.
- "UNLOCKED" : The domain is unlocked and can be transferred to another registrar.
- "LOCKED" : The domain is locked and cannot be transferred to another registrar.
Implementation
core.String? transferLockState;