Sha256: 5d447c0f60292f565fef86847c98b8ecef256626e2caf47d6e6cc28276bd518f
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. require 'uri' module NgrokAPI module Models class EndpointSAMLMutate attr_reader :client, :attrs, :enabled, :options_passthrough, :cookie_prefix, :inactivity_timeout, :maximum_duration, :idp_metadata, :force_authn, :allow_idp_initiated, :authorized_groups, :nameid_format def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @enabled = @attrs['enabled'] @options_passthrough = @attrs['options_passthrough'] @cookie_prefix = @attrs['cookie_prefix'] @inactivity_timeout = @attrs['inactivity_timeout'] @maximum_duration = @attrs['maximum_duration'] @idp_metadata = @attrs['idp_metadata'] @force_authn = @attrs['force_authn'] @allow_idp_initiated = @attrs['allow_idp_initiated'] @authorized_groups = @attrs['authorized_groups'] @nameid_format = @attrs['nameid_format'] end def ==(other) @attrs == other.attrs end def to_s @attrs.to_s end def to_h @attrs.to_h end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ngrok-api-0.24.0 | lib/ngrokapi/models/endpoint_saml_mutate.rb |
ngrok-api-0.23.0 | lib/ngrokapi/models/endpoint_saml_mutate.rb |
ngrok-api-0.22.0 | lib/ngrokapi/models/endpoint_saml_mutate.rb |