Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for audiences (0.25 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Type:  ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "properties": {
            "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

            "properties": {
              "audiences": {
                "description": "Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    	if m.ExpirationSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.ExpirationSeconds))
    		i--
    		dAtA[i] = 0x10
    	}
    	i -= len(m.Audience)
    	copy(dAtA[i:], m.Audience)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Audience)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ServiceList) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top