Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserAttributeRequestBuilder ¶
type UserAttributeRequestBuilder struct {
// contains filtered or unexported fields
}
UserAttributeRequestBuilder builds and executes requests for operations under \identity\b2xUserFlows\{b2xIdentityUserFlow-id}\userAttributeAssignments\{identityUserFlowAttributeAssignment-id}\userAttribute
func NewUserAttributeRequestBuilder ¶
func NewUserAttributeRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UserAttributeRequestBuilder
NewUserAttributeRequestBuilder instantiates a new UserAttributeRequestBuilder and sets the default values.
func NewUserAttributeRequestBuilderInternal ¶
func NewUserAttributeRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UserAttributeRequestBuilder
NewUserAttributeRequestBuilderInternal instantiates a new UserAttributeRequestBuilder and sets the default values.
func (*UserAttributeRequestBuilder) CreateGetRequestInformation ¶
func (m *UserAttributeRequestBuilder) CreateGetRequestInformation(options *UserAttributeRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the user attribute that you want to add to your user flow.
func (*UserAttributeRequestBuilder) Get ¶
func (m *UserAttributeRequestBuilder) Get(options *UserAttributeRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.IdentityUserFlowAttribute, error)
Get the user attribute that you want to add to your user flow.
type UserAttributeRequestBuilderGetOptions ¶
type UserAttributeRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *UserAttributeRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
UserAttributeRequestBuilderGetOptions options for Get
type UserAttributeRequestBuilderGetQueryParameters ¶
type UserAttributeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
UserAttributeRequestBuilderGetQueryParameters the user attribute that you want to add to your user flow.