class Azure::Confluent::Mgmt::V2020_03_01::Models::OrganizationResourceProperties
Organization
resource property
Attributes
created_time[RW]
@return [DateTime] The creation time of the resource.
offer_detail[RW]
@return [OrganizationResourcePropertiesOfferDetail] Confluent
offer detail
organization_id[RW]
@return [String] Id of the Confluent
organization.
provisioning_state[RW]
@return [ProvisionState] Provision states for confluent RP. Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
sso_url[RW]
@return [String] SSO url for the Confluent
organization.
user_detail[RW]
@return [OrganizationResourcePropertiesUserDetail] Subscriber detail
Private Class Methods
mapper()
click to toggle source
Mapper for OrganizationResourceProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_confluent/models/organization_resource_properties.rb, line 41 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OrganizationResourceProperties', type: { name: 'Composite', class_name: 'OrganizationResourceProperties', model_properties: { created_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'createdTime', type: { name: 'DateTime' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', type: { name: 'String' } }, organization_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'organizationId', type: { name: 'String' } }, sso_url: { client_side_validation: true, required: false, read_only: true, serialized_name: 'ssoUrl', type: { name: 'String' } }, offer_detail: { client_side_validation: true, required: false, serialized_name: 'offerDetail', type: { name: 'Composite', class_name: 'OrganizationResourcePropertiesOfferDetail' } }, user_detail: { client_side_validation: true, required: false, serialized_name: 'userDetail', type: { name: 'Composite', class_name: 'OrganizationResourcePropertiesUserDetail' } } } } } end