Documentation ¶
Index ¶
- func CreateGetMemberObjectsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetMemberObjectsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetMemberObjectsPostRequestBody
- func (m *GetMemberObjectsPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetMemberObjectsPostRequestBody) GetFieldDeserializers() ...
- func (m *GetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool
- func (m *GetMemberObjectsPostRequestBody) Serialize(...) error
- func (m *GetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)
- type GetMemberObjectsPostRequestBodyable
- type GetMemberObjectsRequestBuilder
- type GetMemberObjectsRequestBuilderPostRequestConfiguration
- type GetMemberObjectsResponse
- type GetMemberObjectsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetMemberObjectsPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetMemberObjectsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetMemberObjectsPostRequestBody ¶ added in v0.24.0
type GetMemberObjectsPostRequestBody struct {
// contains filtered or unexported fields
}
GetMemberObjectsPostRequestBody provides operations to call the getMemberObjects method.
func NewGetMemberObjectsPostRequestBody ¶ added in v0.24.0
func NewGetMemberObjectsPostRequestBody() *GetMemberObjectsPostRequestBody
NewGetMemberObjectsPostRequestBody instantiates a new getMemberObjectsPostRequestBody and sets the default values.
func (*GetMemberObjectsPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetMemberObjectsPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberObjectsPostRequestBody) GetSecurityEnabledOnly ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool
GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
func (*GetMemberObjectsPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberObjectsPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetMemberObjectsPostRequestBody) SetSecurityEnabledOnly ¶ added in v0.24.0
func (m *GetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)
SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
type GetMemberObjectsPostRequestBodyable ¶ added in v0.24.0
type GetMemberObjectsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetSecurityEnabledOnly() *bool SetSecurityEnabledOnly(value *bool) }
GetMemberObjectsPostRequestBodyable
type GetMemberObjectsRequestBuilder ¶
type GetMemberObjectsRequestBuilder struct {
// contains filtered or unexported fields
}
GetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
func NewGetMemberObjectsRequestBuilder ¶
func NewGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetMemberObjectsRequestBuilder
NewGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func NewGetMemberObjectsRequestBuilderInternal ¶
func NewGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetMemberObjectsRequestBuilder
NewGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func (*GetMemberObjectsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetMemberObjectsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body GetMemberObjectsPostRequestBodyable, requestConfiguration *GetMemberObjectsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. **Note:** Only users and role-enabled groups can be members of directory roles.
func (*GetMemberObjectsRequestBuilder) Post ¶
func (m *GetMemberObjectsRequestBuilder) Post(ctx context.Context, body GetMemberObjectsPostRequestBodyable, requestConfiguration *GetMemberObjectsRequestBuilderPostRequestConfiguration) (GetMemberObjectsResponseable, error)
Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. **Note:** Only users and role-enabled groups can be members of directory roles.
type GetMemberObjectsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetMemberObjectsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetMemberObjectsResponse ¶ added in v0.13.0
type GetMemberObjectsResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse // contains filtered or unexported fields }
GetMemberObjectsResponse provides operations to call the getMemberObjects method.
func NewGetMemberObjectsResponse ¶ added in v0.13.0
func NewGetMemberObjectsResponse() *GetMemberObjectsResponse
NewGetMemberObjectsResponse instantiates a new getMemberObjectsResponse and sets the default values.
func (*GetMemberObjectsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberObjectsResponse) GetValue ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*GetMemberObjectsResponse) Serialize ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberObjectsResponse) SetValue ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type GetMemberObjectsResponseable ¶ added in v0.13.0
type GetMemberObjectsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
GetMemberObjectsResponseable