Class: Jamf::OAPISchemas::AzureServerConfiguration

Inherits:
Jamf::OAPIObject show all
Defined in:
lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb

Overview

OAPI Object Model and Enums for: AzureServerConfiguration

Description of this class from the OAPI Schema:

Azure Cloud Identity Provider configuration

This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.50.0-t1693149930

This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.

It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.

Container Objects: Other object models that use this model as the value in one of their attributes.

- Jamf::OAPISchemas::AzureConfiguration

Sub Objects: Other object models used by this model’s attributes.

- Jamf::OAPISchemas::AzureMappings

Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.

- '/v1/cloud-azure/defaults/server-configuration:GET' needs permissions:
  - Read LDAP Servers

Constant Summary collapse

OAPI_PROPERTIES =
{

  # @!attribute id
  #   @return [String]
  id: {
    class: :j_id,
    required: true,
    identifier: :primary
  },

  # @!attribute tenantId
  #   @return [String]
  tenantId: {
    class: :string,
    required: true
  },

  # @!attribute enabled
  #   @return [Boolean]
  enabled: {
    class: :boolean,
    required: true
  },

  # @!attribute migrated
  #   @return [Boolean]
  migrated: {
    class: :boolean,
    required: true
  },

  # @!attribute mappings
  #   @return [Jamf::OAPISchemas::AzureMappings]
  mappings: {
    class: Jamf::OAPISchemas::AzureMappings,
    required: true
  },

  # @!attribute searchTimeout
  #   @return [Integer]
  searchTimeout: {
    class: :integer,
    required: true,
    minimum: 5,
    maximum: 600
  },

  # Use this field to enable transitive membership lookup with Single Sign On
  # @!attribute transitiveMembershipEnabled
  #   @return [Boolean]
  transitiveMembershipEnabled: {
    class: :boolean,
    required: true
  },

  # Use this field to set user field mapping for transitive membership lookup with Single Sign On
  # @!attribute transitiveMembershipUserField
  #   @return [String]
  transitiveMembershipUserField: {
    class: :string,
    required: true
  },

  # Use this field to enable transitive membership lookup. This setting would not apply to Single Sign On
  # @!attribute transitiveDirectoryMembershipEnabled
  #   @return [Boolean]
  transitiveDirectoryMembershipEnabled: {
    class: :boolean,
    required: true
  },

  # Use this field to enable membership calculation optimization. This setting would not apply to Single Sign On
  # @!attribute membershipCalculationOptimizationEnabled
  #   @return [Boolean]
  membershipCalculationOptimizationEnabled: {
    class: :boolean
  }

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#enabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 86

#idString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 71

#mappingsJamf::OAPISchemas::AzureMappings



# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 100

#membershipCalculationOptimizationEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 140

#migratedBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 93

#searchTimeoutInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 107

#tenantIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 79

#transitiveDirectoryMembershipEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 132

#transitiveMembershipEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 116

#transitiveMembershipUserFieldString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb', line 124