Enum ProfileMappingPropertyPushStatus

java.lang.Object
java.lang.Enum<ProfileMappingPropertyPushStatus>
com.okta.sdk.resource.model.ProfileMappingPropertyPushStatus
All Implemented Interfaces:
Serializable, Comparable<ProfileMappingPropertyPushStatus>, java.lang.constant.Constable

public enum ProfileMappingPropertyPushStatus extends Enum<ProfileMappingPropertyPushStatus>
Indicates whether to update target properties for user create and update or just for user create. Having a pushStatus of `PUSH` causes properties in the target to be updated on create and update. Having a pushStatus of `DONT_PUSH` causes properties in the target to be updated only on create.